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

Method data

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

Source from the content-addressed store, hash-verified

34 explicit operator std::string() const { return std::string(m_data, m_size); }
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

Callers 15

cn_fast_hashFunction · 0.45
read_ptrMethod · 0.45
write_ptrMethod · 0.45
read_ptr2Method · 0.45
write_ptr2Method · 0.45
ip_address_to_stringFunction · 0.45
ip_address_to_legacyFunction · 0.45
as_binary_arrayFunction · 0.45
split_number_to_partsFunction · 0.45
read_someMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected