MCPcopy 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
setDataMethod · 0.45
keyrefClass · 0.45

Calls 1

FLMutableDict_SetFunction · 0.85

Tested by

no test coverage detected