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

Method encodeKey

Fleece/Mutable/HeapDict.cc:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47
48 key_t HeapDict::encodeKey(slice key) const noexcept {
49 int intKey;
50 if (_sharedKeys && _sharedKeys->encode(key, intKey))
51 return intKey;
52 return key;
53 }
54
55
56 ValueSlot* HeapDict::_findValueFor(slice key) const noexcept {

Callers

nothing calls this directly

Calls 1

encodeMethod · 0.45

Tested by

no test coverage detected