Valid returns whether the iterator is still valid, i.e., if all keys have been traversed.
()
| 76 | |
| 77 | // Valid returns whether the iterator is still valid, i.e., if all keys have been traversed. |
| 78 | Valid() bool |
| 79 | |
| 80 | // Key returns the key at the current iterator position. |
| 81 | Key() []byte |
no outgoing calls