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

Function FLMutableArray_SetDict

API/fleece/Fleece.h:1382–1384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1380 FLSlot_SetValue(FLMutableArray_Set(a, index), (FLValue)val);
1381 }
1382 static inline void FLMutableArray_SetDict(FLMutableArray a, uint32_t index, FLDict val) {
1383 FLSlot_SetValue(FLMutableArray_Set(a, index), (FLValue)val);
1384 }
1385
1386 static inline void FLMutableArray_AppendNull(FLMutableArray a) {
1387 FLSlot_SetNull(FLMutableArray_Append(a));

Callers

nothing calls this directly

Calls 2

FLSlot_SetValueFunction · 0.85
FLMutableArray_SetFunction · 0.85

Tested by

no test coverage detected