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

Method keyTreeWriter

Experimental/KeyTree.cc:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 class keyTreeWriter {
46 public:
47 keyTreeWriter(const std::vector<slice> &strings)
48 :_strings(strings),
49 _sizes(strings.size())
50 { }
51
52 alloc_slice writeTree() {
53 auto n = _strings.size();

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected