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

Method remove

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

Removes a range of values from the array. */

Source from the content-addressed store, hash-verified

111
112 /** Removes a range of values from the array. */
113 void remove(uint32_t first, uint32_t n =1) {FLMutableArray_Remove(*this, first, n);}
114
115 /** Sets the array's size. If the array grows, new values begin as nulls. */
116 void resize(uint32_t size) {FLMutableArray_Resize(*this, size);}

Callers

nothing calls this directly

Calls 1

FLMutableArray_RemoveFunction · 0.85

Tested by

no test coverage detected