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

Function FLMutableArray_AppendUInt

API/fleece/Fleece.h:1395–1397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1393 FLSlot_SetInt(FLMutableArray_Append(a), val);
1394 }
1395 static inline void FLMutableArray_AppendUInt(FLMutableArray a, uint64_t val) {
1396 FLSlot_SetUInt(FLMutableArray_Append(a), val);
1397 }
1398 static inline void FLMutableArray_AppendFloat(FLMutableArray a, float val) {
1399 FLSlot_SetFloat(FLMutableArray_Append(a), val);
1400 }

Callers

nothing calls this directly

Calls 2

FLSlot_SetUIntFunction · 0.85
FLMutableArray_AppendFunction · 0.85

Tested by

no test coverage detected