mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-02-17 04:03:13 +00:00
point to object instead of local var
This commit is contained in:
parent
8b0b9b817e
commit
03f4a4105c
@ -23,7 +23,7 @@ type
|
||||
openIterators: HashSet[QueryIter]
|
||||
|
||||
proc hash(iter: QueryIter): Hash =
|
||||
hash(addr iter)
|
||||
hash(addr iter[])
|
||||
|
||||
method has*(self: LevelDbDatastore, key: Key): Future[?!bool] {.async: (raises: [CancelledError]).} =
|
||||
try:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user