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

Method data

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

Source from the content-addressed store, hash-verified

49 operator vector_ref<_T const>() const { return vector_ref<_T const>(m_data, m_count); }
50
51 _T* data() const { return m_data; }
52 /// @returns the number of elements referenced (not necessarily number of bytes).
53 size_t count() const { return m_count; }
54 /// @returns the number of elements referenced (not necessarily number of bytes).

Callers 6

vector_refMethod · 0.45
contentsEqualMethod · 0.45
retargetMethod · 0.45
overlapsWithMethod · 0.45
copyToMethod · 0.45
populateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected