MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / Rewind

Method Rewind

src/streams.h:321–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319 }
320
321 bool Rewind(size_type n)
322 {
323 // Rewind by n characters if the buffer hasn't been compacted yet
324 if (n > nReadPos)
325 return false;
326 nReadPos -= n;
327 return true;
328 }
329
330
331 //

Callers 2

DeserializeBlockTestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected