MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / eof

Method eof

lib/core/bytes.cc:420–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420bool BitReader::eof()
421{
422 return (_bitcount == 0) && _br.eof();
423}
424
425bool BitReader::get()
426{

Callers 15

northstarChecksumFunction · 0.45
write_bitsFunction · 0.45
micropolisChecksumFunction · 0.45
mzosChecksumFunction · 0.45
vectorGraphicEccFunction · 0.45
amigaChecksumFunction · 0.45
amigaInterleaveFunction · 0.45
write_bitsFunction · 0.45
insertFileFunction · 0.45
nextMethod · 0.45
swabMethod · 0.45
sumBytesFunction · 0.45

Calls

no outgoing calls

Tested by 1

mainInspectFunction · 0.36