The number of keys in the database
| 121 | |
| 122 | // The number of keys in the database |
| 123 | uint64_t MemoryKeyValueStore::size() const { |
| 124 | return store.size(); |
| 125 | } |
| 126 | |
| 127 | // The first key in the database; returned by key selectors that choose a key off the front |
| 128 | Key MemoryKeyValueStore::startKey() const { |
no outgoing calls