KeyBytes returns the key as bytes. The returned bytes should not be written and are invalid after the next call to Next or Close. TODO(bradfitz): rename this and change it to return a mem.RO instead?
()
| 126 | // TODO(bradfitz): rename this and change it to return a |
| 127 | // mem.RO instead? |
| 128 | KeyBytes() []byte |
| 129 | |
| 130 | // Value returns the value of the current key/value pair. |
| 131 | // Only valid after a call to Next returns true. |
no outgoing calls
no test coverage detected