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

Function data

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

Source from the content-addressed store, hash-verified

171 : m_data(other.data()), m_size(other.size()){}
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

Callers 4

DecodeFunction · 0.70
CreateTapTweakMethod · 0.70
DecodeFunction · 0.70
strMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected