Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ appendNull
Method
appendNull
API/fleece/Mutable.hh:125–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
124
Slot append() {return FLMutableArray_Append(*this);}
125
void appendNull() {append().setNull();}
126
127
template <class T>
128
void append(T v) {append() = v;}
Callers
nothing calls this directly
Calls
1
setNull
Method · 0.45
Tested by
no test coverage detected