mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-13 11:03:11 +00:00
refactor - tests
This commit is contained in:
parent
d5850ebe90
commit
ade0898fe7
@ -206,6 +206,7 @@ proc query*[K,V](
|
||||
|
||||
iterator iter*[K, V](handle: var DbQueryHandle[K, V, FsQueryEnv[K,V]]): ?!DbQueryResponse[K, V] =
|
||||
let root = $(handle.env)
|
||||
echo "FS:root: ", root
|
||||
|
||||
for path in root.dirIter():
|
||||
echo "FS:path: ", path
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user