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

Function FLMutableArray_Set

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

Source from the content-addressed store, hash-verified

265void FLMutableArray_Resize(FLMutableArray a, uint32_t size) FLAPI {a->resize(size);}
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 {

Callers 12

FLMutableArray_SetNullFunction · 0.85
FLMutableArray_SetBoolFunction · 0.85
FLMutableArray_SetIntFunction · 0.85
FLMutableArray_SetUIntFunction · 0.85
FLMutableArray_SetFloatFunction · 0.85
FLMutableArray_SetDoubleFunction · 0.85
FLMutableArray_SetStringFunction · 0.85
FLMutableArray_SetDataFunction · 0.85
FLMutableArray_SetValueFunction · 0.85
FLMutableArray_SetArrayFunction · 0.85
FLMutableArray_SetDictFunction · 0.85
setMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected