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

Function FLMutableArray_Append

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

Source from the content-addressed store, hash-verified

266
267FLSlot FLMutableArray_Set(FLMutableArray a, uint32_t index) FLAPI {return &a->setting(index);}
268FLSlot FLMutableArray_Append(FLMutableArray a) FLAPI {return &a->appending();}
269
270void FLMutableArray_Insert(FLMutableArray a, uint32_t firstIndex, uint32_t count) FLAPI {
271 if (a) a->insert(firstIndex, count);

Callers 12

FLMutableArray_AppendIntFunction · 0.85
appendMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected