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

Method getMutableArray

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

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

Source from the content-addressed store, hash-verified

49 /** Promotes an Array value to a MutableArray (in place) and returns it.
50 Or if the value is already a MutableArray, just returns it. Else returns null. */
51 MutableArray* getMutableArray(slice key) {return heapDict()->getMutableArray(key);}
52
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. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected