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

Method end

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

Source from the content-addressed store, hash-verified

234 const_iterator begin() const { return vch.begin() + nReadPos; }
235 iterator begin() { return vch.begin() + nReadPos; }
236 const_iterator end() const { return vch.end(); }
237 iterator end() { return vch.end(); }
238 size_type size() const { return vch.size() - nReadPos; }
239 bool empty() const { return vch.size() == nReadPos; }

Callers 6

writeMethod · 0.45
CDataStreamMethod · 0.45
CDataStreamClass · 0.45
eraseMethod · 0.45
writeMethod · 0.45
GetAndClearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected