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

Method find

Fleece/Support/StringTable.hh:47–47  ·  view source on GitHub ↗

Looks up an existing key, returning a pointer to its entry (or NULL.)

Source from the content-addressed store, hash-verified

45
46 /// Looks up an existing key, returning a pointer to its entry (or NULL.)
47 const entry_t* find(key_t key) const noexcept FLPURE {return find(key, hashCode(key));}
48 const entry_t* find(key_t key, hash_t) const noexcept FLPURE;
49
50 using insertResult = std::pair<entry_t*, bool>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected