Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cwida/ALP
/ ByteReader
Method
ByteReader
publication/source_code/include/chimp/byte_reader.hpp:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
class ByteReader {
18
public:
19
ByteReader()
20
: buffer(nullptr)
21
, index(0) {}
22
23
public:
24
void SetStream(const uint8_t* buffer) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected