MCPcopy Create free account
hub / github.com/couchbase/fleece / remove

Method remove

API/fleece/Mutable.hh:184–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 bool isChanged() const {return FLMutableDict_IsChanged(*this);}
183
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;}

Callers

nothing calls this directly

Calls 1

FLMutableDict_RemoveFunction · 0.85

Tested by

no test coverage detected