Range implements a loop over the storage engine
(func(uint64, Entry) bool)
| 113 | |
| 114 | // Range implements a loop over the storage engine |
| 115 | Range(func(uint64, Entry) bool) |
| 116 | |
| 117 | // RangeHKey implements a loop for hashed keys(HKeys). |
| 118 | RangeHKey(func(uint64) bool) |
no outgoing calls