Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
class ByteWriter {
19
public:
20
ByteWriter()
21
: buffer(nullptr)
22
, index(0) {}
23
24
public:
25
idx_t BytesWritten() const { return index; }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected