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

Method begin

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

Source from the content-addressed store, hash-verified

44 Char at(Size index) const;
45
46 const Char *begin() const { return m_data; }
47 const Char *end() const { return m_data + m_size; }
48
49 bool operator==(const StringView &other) const;

Callers 15

fill_cm_branchesFunction · 0.45
get_integer_impl2Function · 0.45
JsonValue.cppFile · 0.45
median_valueFunction · 0.45
bitcoin_GnFunction · 0.45
bitcoin_sc_addFunction · 0.45
check_bip39_mnemonicMethod · 0.45
derive_keyMethod · 0.45
encode_addrFunction · 0.45
decode_addrFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected