Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ set
Method
set
API/fleece/Mutable.hh:186–186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
void remove(slice key) {FLMutableDict_Remove(*this, key);}
185
186
Slot set(slice key) {return FLMutableDict_Set(*this, key);}
187
void setNull(slice key) {set(key) = nullValue;}
188
189
template <class T>
Callers
3
operator=
Method · 0.45
setData
Method · 0.45
keyref
Class · 0.45
Calls
1
FLMutableDict_Set
Function · 0.85
Tested by
no test coverage detected