Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cwida/ALP
/ BitReader
Method
BitReader
publication/source_code/include/chimp/bit_reader.hpp:55–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
public:
54
public:
55
BitReader()
56
: input(nullptr)
57
, index(0) {}
58
uint8_t* input;
59
uint32_t index;
60
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected