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

Method setNull

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

Source from the content-addressed store, hash-verified

185
186 Slot set(slice key) {return FLMutableDict_Set(*this, key);}
187 void setNull(slice key) {set(key) = nullValue;}
188
189 template <class T>
190 void set(slice key, T v) {set(key) = v;}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected