Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ writeByte
Method
writeByte
bolt/dwio/dwrf/common/ByteRLE.cpp:267–271 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
265
char current;
266
267
void writeByte() {
268
write(current);
269
bitsRemained = 8;
270
current = 0;
271
}
272
273
void writeBool(bool val) {
274
--bitsRemained;
Callers
nothing calls this directly
Calls
1
write
Function · 0.50
Tested by
no test coverage detected