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

Method remove

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

Source from the content-addressed store, hash-verified

63 void operator= (const T &value) {_coll.set(_key, value);}
64 void setData(slice value) {_coll.set(_key).setData(value);}
65 void remove() {_coll.remove(_key);}
66
67 operator FLSlot() {return _coll.set(_key);}
68 private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected