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

Function FLMutableArray_SetNull

API/fleece/Fleece.h:1352–1354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1350 // implementations of the inline methods declared earlier:
1351
1352 static inline void FLMutableArray_SetNull(FLMutableArray a, uint32_t index) {
1353 FLSlot_SetNull(FLMutableArray_Set(a, index));
1354 }
1355 static inline void FLMutableArray_SetBool(FLMutableArray a, uint32_t index, bool val) {
1356 FLSlot_SetBool(FLMutableArray_Set(a, index), val);
1357 }

Callers

nothing calls this directly

Calls 2

FLSlot_SetNullFunction · 0.85
FLMutableArray_SetFunction · 0.85

Tested by

no test coverage detected