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

Method getMutableArray

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

Promotes an Array item to a MutableArray (in place) and returns it. Or if the item is already a MutableArray, just returns it. Else returns null. */

Source from the content-addressed store, hash-verified

63 /** Promotes an Array item to a MutableArray (in place) and returns it.
64 Or if the item is already a MutableArray, just returns it. Else returns null. */
65 MutableArray* getMutableArray(uint32_t i) {return heapArray()->getMutableArray(i);}
66
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. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected