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

Method insertNulls

API/fleece/Mutable.hh:130–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 void append(T v) {append() = v;}
129
130 void insertNulls(uint32_t i, uint32_t n) {FLMutableArray_Insert(*this, i, n);}
131
132 // This enables e.g. `array[10] = 17`
133 inline keyref<MutableArray,uint32_t> operator[] (int i) {

Callers

nothing calls this directly

Calls 1

FLMutableArray_InsertFunction · 0.85

Tested by

no test coverage detected