[elephant-devel] No more controller-root?
Robert L. Read
read at robertlread.net
Fri Aug 25 03:37:35 UTC 2006
Ian can answer this better than I can, but I would say just use map-root
anyway.
It might be an oversight that it is not external.
Perhaps Ian has a better idea.
On Thu, 2006-08-24 at 23:19 -0400, kykim_lists at mac.com wrote:
> 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
>
> _______________________________________________
> elephant-devel site list
> elephant-devel at common-lisp.net
> http://common-lisp.net/mailman/listinfo/elephant-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/elephant-devel/attachments/20060824/60c4b5b1/attachment.html>
More information about the elephant-devel
mailing list