MCPcopy Create free account
hub / github.com/couchbase/fleece / ~MutableHashTree

Method ~MutableHashTree

Fleece/Tree/MutableHashTree.cc:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 { }
41
42 MutableHashTree::~MutableHashTree() {
43 if (_root)
44 _root->deleteTree();
45 }
46
47 MutableHashTree& MutableHashTree::operator= (MutableHashTree &&other) noexcept {
48 _imRoot = other._imRoot;

Callers

nothing calls this directly

Calls 1

deleteTreeMethod · 0.80

Tested by

no test coverage detected