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

Method size

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

Simple read-only vector-like interface to the pubkey data.

Source from the content-addressed store, hash-verified

110
111 //! Simple read-only vector-like interface to the pubkey data.
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(); }

Callers 4

ValidSizeMethod · 0.45
operator==Method · 0.45
operator<Method · 0.45
operator>Method · 0.45

Calls 1

GetLenFunction · 0.85

Tested by

no test coverage detected