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

Method set

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

Source from the content-addressed store, hash-verified

42
43 template <typename T>
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();}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected