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

Method resize

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

Sets the array's size. If the array grows, new values begin as nulls. */

Source from the content-addressed store, hash-verified

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);}
117
118 Slot set(uint32_t i) {return Slot(FLMutableArray_Set(*this, i));}
119 void setNull(uint32_t i) {set(i).setNull();}

Callers

nothing calls this directly

Calls 1

FLMutableArray_ResizeFunction · 0.85

Tested by

no test coverage detected