MCPcopy Create free account
hub / github.com/LUX-Core/lux / data

Method data

src/cpp-ethereum/libdevcore/FixedHash.h:139–139  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

137
138 /// @returns a mutable byte pointer to the object's data.
139 byte* data() { return m_data.data(); }
140
141 /// @returns a constant byte pointer to the object's data.
142 byte const* data() const { return m_data.data(); }

Callers 6

FixedHashMethod · 0.45
refMethod · 0.45
operator==Method · 0.45
operator()Method · 0.45
right160Function · 0.45
left160Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected