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

Method empty

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

Source from the content-addressed store, hash-verified

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 {
41 // assert(index < m_size);

Callers 14

fill_cm_branchesFunction · 0.45
tree_hash_from_cm_branchFunction · 0.45
split_number_to_partsFunction · 0.45
get_integer_impl2Function · 0.45
JsonValue.cppFile · 0.45
getlineMethod · 0.45
median_valueFunction · 0.45
check_bip39_mnemonicMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected