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

Method removeAll

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

Source from the content-addressed store, hash-verified

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.
50 Or if the value is already a MutableArray, just returns it. Else returns null. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected