Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ writeByte
Method
writeByte
arch/agat/encoder.cc:40–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
void writeByte(uint8_t byte)
41
{
42
Bytes b;
43
b.writer().write_8(byte);
44
writeBytes(b);
45
}
46
47
void writeFillerRawBytes(int count, uint16_t byte)
48
{
Callers
nothing calls this directly
Calls
1
writer
Method · 0.80
Tested by
no test coverage detected