Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ setNull
Method
setNull
API/fleece/Mutable.hh:119–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
118
Slot set(uint32_t i) {return Slot(FLMutableArray_Set(*this, i));}
119
void setNull(uint32_t i) {set(i).setNull();}
120
121
template <class T>
122
void set(uint32_t i, T v) {set(i) = v;}
Callers
nothing calls this directly
Calls
1
setNull
Method · 0.45
Tested by
no test coverage detected