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

Function FLMutableArray_SetUInt

API/fleece/Fleece.h:1361–1363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }
1364 static inline void FLMutableArray_SetFloat(FLMutableArray a, uint32_t index, float val) {
1365 FLSlot_SetFloat(FLMutableArray_Set(a, index), val);
1366 }

Callers

nothing calls this directly

Calls 2

FLSlot_SetUIntFunction · 0.85
FLMutableArray_SetFunction · 0.85

Tested by

no test coverage detected