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

Method KeyTree

Experimental/KeyTree.cc:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139#pragma mark - READING:
140
141 KeyTree::KeyTree(const void *encodedDataStart)
142 :_data(encodedDataStart)
143 { }
144
145 KeyTree::KeyTree(alloc_slice encoded)
146 :_ownedData(encoded),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected