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

Function FLMutableArray_AppendString

API/fleece/Fleece.h:1404–1406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1402 FLSlot_SetDouble(FLMutableArray_Append(a), val);
1403 }
1404 static inline void FLMutableArray_AppendString(FLMutableArray a, FLString val) {
1405 FLSlot_SetString(FLMutableArray_Append(a), val);
1406 }
1407 static inline void FLMutableArray_AppendData(FLMutableArray a, FLSlice val) {
1408 FLSlot_SetData(FLMutableArray_Append(a), val);
1409 }

Callers

nothing calls this directly

Calls 2

FLSlot_SetStringFunction · 0.85
FLMutableArray_AppendFunction · 0.85

Tested by

no test coverage detected