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

Function FLArray_MutableCopy

Fleece/API_Impl/Fleece.cc:257–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257FLMutableArray FLArray_MutableCopy(FLArray a, FLCopyFlags flags) FLAPI {
258 return a ? _newMutableArray(a, flags) : nullptr;
259}
260
261FLMutableArray FLArray_AsMutable(FLArray a) FLAPI {return a ? a->asMutable() : nullptr;}
262FLArray FLMutableArray_GetSource(FLMutableArray a) FLAPI {return a ? a->source() : nullptr;}

Callers 1

mutableCopyMethod · 0.85

Calls 1

_newMutableArrayFunction · 0.85

Tested by

no test coverage detected