MCPcopy Create free account
hub / github.com/argotorg/solidity / ref

Method ref

libsolutil/FixedHash.h:147–147  ·  view source on GitHub ↗

@returns a mutable byte vector_ref to the object's data.

Source from the content-addressed store, hash-verified

145
146 /// @returns a mutable byte vector_ref to the object's data.
147 bytesRef ref() { return bytesRef(m_data.data(), N); }
148
149 /// @returns a constant byte vector_ref to the object's data.
150 bytesConstRef ref() const { return bytesConstRef(m_data.data(), N); }

Callers 4

keccak256Function · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
interfaceIdMethod · 0.80

Calls 1

dataMethod · 0.45

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64