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

Function FLMutableArray_GetMutableArray

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

Source from the content-addressed store, hash-verified

276}
277
278FLMutableArray FLMutableArray_GetMutableArray(FLMutableArray a, uint32_t index) FLAPI {
279 return a ? a->getMutableArray(index) : nullptr;
280}
281
282FLMutableDict FLMutableArray_GetMutableDict(FLMutableArray a, uint32_t index) FLAPI {
283 return a ? a->getMutableDict(index) : nullptr;

Callers 1

getMutableArrayMethod · 0.85

Calls 1

getMutableArrayMethod · 0.45

Tested by

no test coverage detected