MCPcopy Create free account
hub / github.com/LUX-Core/lux / begin

Method begin

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

Vector subset

Source from the content-addressed store, hash-verified

108 // Vector subset
109 //
110 const_iterator begin() const { return vch.begin() + nReadPos; }
111 iterator begin() { return vch.begin() + nReadPos; }
112 const_iterator end() const { return vch.end(); }
113 iterator end() { return vch.end(); }

Callers 5

CDataStreamMethod · 0.45
CDataStreamClass · 0.45
insertMethod · 0.45
eraseMethod · 0.45
CompactMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected