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

Function FLMutableArray_AppendValue

API/fleece/Fleece.h:1410–1412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1408 FLSlot_SetData(FLMutableArray_Append(a), val);
1409 }
1410 static inline void FLMutableArray_AppendValue(FLMutableArray a, FLValue val) {
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 }

Callers

nothing calls this directly

Calls 2

FLSlot_SetValueFunction · 0.85
FLMutableArray_AppendFunction · 0.85

Tested by

no test coverage detected