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

Method MutableHashTree

Fleece/Tree/MutableHashTree.cc:35–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34
35 MutableHashTree::MutableHashTree()
36 { }
37
38 MutableHashTree::MutableHashTree(const HashTree *tree)
39 :_imRoot(tree)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected