Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ append
Method
append
Fleece/Mutable/HeapArray.hh:62–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
/** Appends a new Value. */
61
template <typename T>
62
void append(const T &t) {appending().set(t);}
63
64
65
void resize(uint32_t newSize); ///< Appends nulls, or removes items from end
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected