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

Function end

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

Source from the content-addressed store, hash-verified

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 {
178 ASSERT_IF_DEBUG(size() > 0);

Callers 15

random.cppFile · 0.85
protocol.cppFile · 0.85
LogCategoriesListMethod · 0.85
GetAddrBytesMethod · 0.85
CMainParamsMethod · 0.85
CTestNetParamsMethod · 0.85
UpdateFromArgsMethod · 0.85
CLiquidTestNetParamsMethod · 0.85
CLiquidV1ParamsMethod · 0.85
CLiquidV1TestParamsMethod · 0.85
UpdateFromArgsMethod · 0.85
resizeMethod · 0.85

Calls

no outgoing calls

Tested by 3

BOOST_AUTO_TEST_CASEFunction · 0.68
TestSHA3_256Function · 0.68
GetKeyOriginDataFunction · 0.68