MCPcopy 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

eraseMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected