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

Method encodeTree

Tests/HashTreeTests.cc:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 alloc_slice encodeTree() {
96 Encoder enc;
97 enc.suppressTrailer();
98 tree.writeTo(enc);
99 return enc.finish();
100 }
101
102};
103

Callers

nothing calls this directly

Calls 3

suppressTrailerMethod · 0.45
writeToMethod · 0.45
finishMethod · 0.45

Tested by

no test coverage detected