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

Method append

Fleece/Integration/MArray.hh:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 bool append(Native val) {
106 return insert(count(), val);
107 }
108
109 /** Removes `n` values starting at index `i`, or returns false if the range is invalid */
110 bool remove(size_t i, size_t n =1) {

Callers 2

diff_charsToLinesMethod · 0.45

Calls 1

insertFunction · 0.85

Tested by

no test coverage detected