MCPcopy Create free account
hub / github.com/ElementsProject/elements / begin

Method begin

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

Vector subset

Source from the content-addressed store, hash-verified

231 // Vector subset
232 //
233 const_iterator begin() const { return vch.begin() + m_read_pos; }
234 iterator begin() { return vch.begin() + m_read_pos; }
235 const_iterator end() const { return vch.end(); }
236 iterator end() { return vch.end(); }

Callers 2

CompactMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected