Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ writeByte
Method
writeByte
Experimental/KeyTree.cc:112–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
inline void writeByte(uint8_t byte) {
113
*_out++ = byte;
114
}
115
116
inline void write(slice s) {
117
s.copyTo(_out);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected