| 93 | }; |
| 94 | |
| 95 | inline int wrap(int i) const {return i & _sizeMask;} |
| 96 | inline int indexOfHash(hash_t h) const {return wrap(int(h));} |
| 97 | const char* allocKey(slice key); |
| 98 | bool freeKey(const char *allocedKey); |
nothing calls this directly
no outgoing calls
no test coverage detected