Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ writeBytes
Method
writeBytes
arch/agat/encoder.cc:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
void writeBytes(const Bytes& bytes)
36
{
37
encodeMfm(_bits, _cursor, bytes, _lastBit);
38
}
39
40
void writeByte(uint8_t byte)
41
{
Callers
nothing calls this directly
Calls
1
encodeMfm
Function · 0.85
Tested by
no test coverage detected