Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ Compact
Method
Compact
src/streams.h:315–319 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
313
}
314
315
inline void Compact()
316
{
317
vch.erase(vch.begin(), vch.begin() + nReadPos);
318
nReadPos = 0;
319
}
320
321
bool Rewind(size_type n)
322
{
Callers
nothing calls this directly
Calls
2
erase
Method · 0.45
begin
Method · 0.45
Tested by
no test coverage detected