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

Method offsetToKey

Fleece/Support/ConcurrentMap.cc:151–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149
150
151 __hot
152 inline const char* ConcurrentMap::offsetToKey(uint16_t offset) const {
153 assert(offset >= kMinKeyOffset);
154 return (const char*)_heap.toPointer(_keysOffset + offset);
155 }
156
157
158 __hot

Callers

nothing calls this directly

Calls 1

toPointerMethod · 0.80

Tested by

no test coverage detected