MCPcopy 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
411void BitWriter::flush()
412{
413 if (_bitcount != 0)
414 {
415 _bw.write_8(_fifo);
416 _bitcount = 0;
417 }
418}
419
420bool BitReader::eof()
421{

Callers 8

decodeFunction · 0.80
decodeFunction · 0.80
decodeFunction · 0.80
decodeDataRecordMethod · 0.80
toBytesFunction · 0.80
encodeMfmFunction · 0.80
OnLogMessageMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected