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

Function FLMutableDict_GetMutableArray

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

Source from the content-addressed store, hash-verified

415void FLMutableDict_RemoveAll(FLMutableDict d) FLAPI {if(d) d->removeAll();}
416
417FLMutableArray FLMutableDict_GetMutableArray(FLMutableDict d, FLString key) FLAPI {
418 return d ? d->getMutableArray(key) : nullptr;
419}
420
421FLMutableDict FLMutableDict_GetMutableDict(FLMutableDict d, FLString key) FLAPI {
422 return d ? d->getMutableDict(key) : nullptr;

Callers 1

getMutableArrayMethod · 0.85

Calls 1

getMutableArrayMethod · 0.45

Tested by

no test coverage detected