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

Method end

src/pubkey.h:115–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 const unsigned char* data() const { return vch; }
114 const unsigned char* begin() const { return vch; }
115 const unsigned char* end() const { return vch + size(); }
116 const unsigned char& operator[](unsigned int pos) const { return vch[pos]; }
117
118 //! Comparator implementation.

Callers 2

CPubKeyMethod · 0.45
endMethod · 0.45

Calls 1

sizeFunction · 0.70

Tested by

no test coverage detected