Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ flush
Method
flush
lib/core/bytes.cc:411–418 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
409
}
410
411
void BitWriter::flush()
412
{
413
if (_bitcount != 0)
414
{
415
_bw.write_8(_fifo);
416
_bitcount = 0;
417
}
418
}
419
420
bool BitReader::eof()
421
{
Callers
8
decode
Function · 0.80
decode
Function · 0.80
decode
Function · 0.80
decodeDataRecord
Method · 0.80
toBytes
Function · 0.80
encodeMfm
Function · 0.80
OnLogMessage
Method · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected