MCPcopy 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

17class ByteReader {
18public:
19 ByteReader()
20 : buffer(nullptr)
21 , index(0) {}
22
23public:
24 void SetStream(const uint8_t* buffer) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected