Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
suppressTrailer
Method · 0.45
writeTo
Method · 0.45
finish
Method · 0.45
Tested by
no test coverage detected