Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brainboxdotcc/DPP
/ etf_buffer
Method
etf_buffer
src/dpp/etf.cpp:723–726 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
721
}
722
723
etf_buffer::etf_buffer(size_t initial) {
724
buf.resize(initial);
725
length = 0;
726
}
727
728
etf_buffer::~etf_buffer() = default;
729
Callers
nothing calls this directly
Calls
1
resize
Method · 0.80
Tested by
no test coverage detected