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

Function FLArray_AsMutable

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

Source from the content-addressed store, hash-verified

259}
260
261FLMutableArray FLArray_AsMutable(FLArray a) FLAPI {return a ? a->asMutable() : nullptr;}
262FLArray FLMutableArray_GetSource(FLMutableArray a) FLAPI {return a ? a->source() : nullptr;}
263bool FLMutableArray_IsChanged(FLMutableArray a) FLAPI {return a && a->isChanged();}
264void FLMutableArray_SetChanged(FLMutableArray a, bool c) FLAPI {if (a) a->setChanged(c);}

Callers 1

asMutableMethod · 0.85

Calls 1

asMutableMethod · 0.45

Tested by

no test coverage detected