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

Method begin

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

Source from the content-addressed store, hash-verified

112 unsigned int size() const { return GetLen(vch[0]); }
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

Callers 4

CPubKeyMethod · 0.45
XOnlyPubKeyClass · 0.45
dataMethod · 0.45
beginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected