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

Method append

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

Source from the content-addressed store, hash-verified

55
56 /** Appends a new Value. */
57 template <typename T> void append(const T &t) {heapArray()->append(t);}
58
59 void resize(uint32_t newSize) {heapArray()->resize(newSize);}
60 void insert(uint32_t where, uint32_t n) {heapArray()->insert(where, n);}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected