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

Method insert

Fleece/Mutable/MutableArray.hh:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59 void resize(uint32_t newSize) {heapArray()->resize(newSize);}
60 void insert(uint32_t where, uint32_t n) {heapArray()->insert(where, n);}
61 void remove(uint32_t where, uint32_t n) {heapArray()->remove(where, n);}
62
63 /** Promotes an Array item to a MutableArray (in place) and returns it.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected