MCPcopy Create free account
hub / github.com/couchbase/fleece / wrap

Method wrap

Fleece/Support/ConcurrentMap.hh:95–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected