Get retrieves a value from the collection for a given key and returns nil if the key is not found.
(key []byte, readOptions ReadOptions)
| 153 | // Get retrieves a value from the collection for a given key |
| 154 | // and returns nil if the key is not found. |
| 155 | Get(key []byte, readOptions ReadOptions) ([]byte, error) |
| 156 | |
| 157 | // NewBatch returns a new Batch instance with preallocated |
| 158 | // resources. See the Batch.Alloc() method. |
no outgoing calls