Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ prevector
Method
prevector
src/prevector.h:249–249 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
247
}
248
249
prevector() : _size(0), _union{{}} {}
250
251
explicit prevector(size_type n) : _size(0) {
252
resize(n);
Callers
nothing calls this directly
Calls
3
size
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected