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

Method append

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

Source from the content-addressed store, hash-verified

122 void set(uint32_t i, T v) {set(i) = v;}
123
124 Slot append() {return FLMutableArray_Append(*this);}
125 void appendNull() {append().setNull();}
126
127 template <class T>

Callers

nothing calls this directly

Calls 1

FLMutableArray_AppendFunction · 0.85

Tested by

no test coverage detected