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

Method size

src/key.h:87–87  ·  view source on GitHub ↗

Simple read-only vector-like interface.

Source from the content-addressed store, hash-verified

85
86 //! Simple read-only vector-like interface.
87 unsigned int size() const { return (fValid ? keydata.size() : 0); }
88 const unsigned char* data() const { return keydata.data(); }
89 const unsigned char* begin() const { return keydata.data(); }
90 const unsigned char* end() const { return keydata.data() + size(); }

Callers 15

BlockTransactionsMethod · 0.45
BlockTxCountMethod · 0.45
operator==Method · 0.45
SetMethod · 0.45
ExpandHRPFunction · 0.45
CreateChecksumFunction · 0.45
EncodeFunction · 0.45
DecodeFunction · 0.45
GenesisMethod · 0.45
TipMethod · 0.45
operator[]Method · 0.45
HeightMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected