[elephant-devel] No more controller-root?
kykim_lists at mac.com
kykim_lists at mac.com
Fri Aug 25 03:19:58 UTC 2006
I want to get all the top-level keys in my data store.
I use to do this:
(let ((results '()))
(ele:with-open-store (+data-store+)
(ele:map-btree #'(lambda (k v) (push k results)) (ele:controller-root ele:*store-controller*)))
(nreverse results)))
But now, controller-root is no longer external.
It looks like map-root would do what I want, but it's not external either (?)
Any suggestions on what I can do?
Thanks,
-kevin
More information about the elephant-devel
mailing list