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

Method remove

Fleece/Mutable/MutableDict.hh:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 void set(slice key, T value) {heapDict()->set(key, value);}
45
46 void remove(slice key) {heapDict()->remove(key);}
47 void removeAll() {heapDict()->removeAll();}
48
49 /** Promotes an Array value to a MutableArray (in place) and returns it.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected