MCPcopy Create free account
hub / github.com/cwida/ALP / SetStream

Method SetStream

publication/source_code/include/chimp/byte_reader.hpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23public:
24 void SetStream(const uint8_t* buffer) {
25 this->buffer = buffer;
26 index = 0;
27 }
28
29 size_t Index() const { return index; }
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected