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

Method ByteWriter

publication/source_code/include/chimp/byte_writer.hpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18class ByteWriter {
19public:
20 ByteWriter()
21 : buffer(nullptr)
22 , index(0) {}
23
24public:
25 idx_t BytesWritten() const { return index; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected