Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
420
bool BitReader::eof()
421
{
422
return (_bitcount == 0) && _br.eof();
423
}
424
425
bool BitReader::get()
426
{
Callers
15
northstarChecksum
Function · 0.45
write_bits
Function · 0.45
micropolisChecksum
Function · 0.45
mzosChecksum
Function · 0.45
vectorGraphicEcc
Function · 0.45
amigaChecksum
Function · 0.45
amigaInterleave
Function · 0.45
write_bits
Function · 0.45
insertFile
Function · 0.45
next
Method · 0.45
swab
Method · 0.45
sumBytes
Function · 0.45
Calls
no outgoing calls
Tested by
1
mainInspect
Function · 0.36