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

Function FLMutableArray_AppendNull

API/fleece/Fleece.h:1386–1388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1384 }
1385
1386 static inline void FLMutableArray_AppendNull(FLMutableArray a) {
1387 FLSlot_SetNull(FLMutableArray_Append(a));
1388 }
1389 static inline void FLMutableArray_AppendBool(FLMutableArray a, bool val) {
1390 FLSlot_SetBool(FLMutableArray_Append(a), val);
1391 }

Callers

nothing calls this directly

Calls 2

FLSlot_SetNullFunction · 0.85
FLMutableArray_AppendFunction · 0.85

Tested by

no test coverage detected