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

Method get

Fleece/Mutable/MutableDict.hh:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 void setChanged(bool changed) {heapDict()->setChanged(changed);}
36
37 const Value* get(slice keyToFind) const noexcept {return heapDict()->get(keyToFind);}
38
39 // Warning: Modifying a MutableDict invalidates all Dict::iterators on it!
40

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected