ValueBytes returns the value 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?
()
| 137 | // TODO(bradfitz): rename this and change it to return a |
| 138 | // mem.RO instead? |
| 139 | ValueBytes() []byte |
| 140 | |
| 141 | // Close closes the iterator and returns any accumulated error. Exhausting |
| 142 | // all the key/value pairs in a table is not considered to be an error. |
no outgoing calls
no test coverage detected