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

Method data

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

Source from the content-addressed store, hash-verified

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(); }
91

Callers 15

operator==Method · 0.45
SetMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
DestBinToAddrFunction · 0.45
FinalizeMethod · 0.45
CHash256Class · 0.45
FinalizeMethod · 0.45
CHash160Class · 0.45
writeMethod · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected