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

Function FLMutableArray_SetInt

API/fleece/Fleece.h:1358–1360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1356 FLSlot_SetBool(FLMutableArray_Set(a, index), val);
1357 }
1358 static inline void FLMutableArray_SetInt(FLMutableArray a, uint32_t index, int64_t val) {
1359 FLSlot_SetInt(FLMutableArray_Set(a, index), val);
1360 }
1361 static inline void FLMutableArray_SetUInt(FLMutableArray a, uint32_t index, uint64_t val) {
1362 FLSlot_SetUInt(FLMutableArray_Set(a, index), val);
1363 }

Callers

nothing calls this directly

Calls 2

FLSlot_SetIntFunction · 0.85
FLMutableArray_SetFunction · 0.85

Tested by

no test coverage detected