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

Method getMutableDict

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

Promotes a Dict value to a MutableDict (in place) and returns it. Or if the value is already a MutableDict, just returns it. Else returns null. */

Source from the content-addressed store, hash-verified

53 /** Promotes a Dict value to a MutableDict (in place) and returns it.
54 Or if the value is already a MutableDict, just returns it. Else returns null. */
55 MutableDict* getMutableDict(slice key) {return heapDict()->getMutableDict(key);}
56
57 using iterator = internal::HeapDict::iterator;
58 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected