Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
generate_ring_signature_amethyst
Function · 0.45
check_ring_signature_amethyst
Function · 0.45
fill_merge_mining_branches
Function · 0.45
fill_cm_branches
Function · 0.45
tree_hash_from_cm_branch
Function · 0.45
split_number_to_parts
Function · 0.45
get_integer_impl2
Function · 0.45
JsonValue.cpp
File · 0.45
getline
Method · 0.45
median_value
Function · 0.45
create_random_bip39_mnemonic
Method · 0.45
check_bip39_mnemonic
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected