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

Method getMutableArray

Fleece/Mutable/HeapArray.cc:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 MutableArray* HeapArray::getMutableArray(uint32_t i) {
111 return (MutableArray*)asValue(getMutable(i, internal::kArrayTag));
112 }
113
114 /** Promotes a Dict item to a HeapDict (in place) and returns it.
115 Or if the item is already a HeapDict, just returns it. Else returns null. */

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected