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

Function FLMutableArray_SetString

API/fleece/Fleece.h:1370–1372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1368 FLSlot_SetDouble(FLMutableArray_Set(a, index), val);
1369 }
1370 static inline void FLMutableArray_SetString(FLMutableArray a, uint32_t index, FLString val) {
1371 FLSlot_SetString(FLMutableArray_Set(a, index), val);
1372 }
1373 static inline void FLMutableArray_SetData(FLMutableArray a, uint32_t index, FLSlice val) {
1374 FLSlot_SetData(FLMutableArray_Set(a, index), val);
1375 }

Callers

nothing calls this directly

Calls 2

FLSlot_SetStringFunction · 0.85
FLMutableArray_SetFunction · 0.85

Tested by

no test coverage detected