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

Function begin

src/span.h:174–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172
173 constexpr C* data() const noexcept { return m_data; }
174 constexpr C* begin() const noexcept { return m_data; }
175 constexpr C* end() const noexcept { return m_data + m_size; }
176 CONSTEXPR_IF_NOT_DEBUG C& front() const noexcept
177 {

Callers 15

DeriveMethod · 0.85
random.cppFile · 0.85
protocol.cppFile · 0.85
LogCategoriesListMethod · 0.85
GetPrivKeyMethod · 0.85
GetPubKeyMethod · 0.85
ECDHMethod · 0.85
SignMethod · 0.85
SignCompactMethod · 0.85
SignSchnorrMethod · 0.85
LoadMethod · 0.85
DeriveMethod · 0.85

Calls

no outgoing calls

Tested by 3

BOOST_AUTO_TEST_CASEFunction · 0.68
TestSHA3_256Function · 0.68
GetKeyOriginDataFunction · 0.68