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

Method getMutableDict

Fleece/Mutable/MutableArray.hh:69–69  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

67 /** Promotes a Dict item to a MutableDict (in place) and returns it.
68 Or if the item is already a HeapDict, just returns it. Else returns null. */
69 MutableDict* getMutableDict(uint32_t i) {return heapArray()->getMutableDict(i);}
70
71 using iterator = internal::HeapArray::iterator;
72 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected