Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ write
Method
write
Experimental/KeyTree.cc:116–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
inline void write(slice s) {
117
s.copyTo(_out);
118
_out += s.size;
119
}
120
121
inline size_t writeVarInt(size_t n) {
122
size_t size = PutUVarInt(_out, n);
Callers
nothing calls this directly
Calls
1
copyTo
Method · 0.80
Tested by
no test coverage detected