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

Method remove

Fleece/Tree/MutableHashTree.cc:120–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 }
119
120 bool MutableHashTree::remove(slice key) {
121 if (!_root) {
122 if (!_imRoot)
123 return false;
124 _root = MutableInterior::newRoot(_imRoot);
125 }
126 return _root->remove(Target(key), 0);
127 }
128
129
130 MutableArray MutableHashTree::getMutableArray(slice key) {

Callers

nothing calls this directly

Calls 1

TargetClass · 0.85

Tested by

no test coverage detected