MCPcopy Create free account
hub / github.com/bcndev/bytecoin / size

Method size

src/common/StringView.hpp:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36 const Char *data() const { return m_data; }
37 Size size() const { return m_size; }
38 bool empty() const { return m_size == 0; }
39
40 Char operator[](Size index) const {

Callers 1

StringViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected