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

Function FLMutableArray_AppendArray

API/fleece/Fleece.h:1413–1415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1411 FLSlot_SetValue(FLMutableArray_Append(a), val);
1412 }
1413 static inline void FLMutableArray_AppendArray(FLMutableArray a, FLArray val) {
1414 FLSlot_SetValue(FLMutableArray_Append(a), (FLValue)val);
1415 }
1416 static inline void FLMutableArray_AppendDict(FLMutableArray a, FLDict val) {
1417 FLSlot_SetValue(FLMutableArray_Append(a), (FLValue)val);
1418 }

Callers

nothing calls this directly

Calls 2

FLSlot_SetValueFunction · 0.85
FLMutableArray_AppendFunction · 0.85

Tested by

no test coverage detected