MCPcopy Create free account
hub / github.com/bitshares/bitshares-core / get_node_id

Method get_node_id

libraries/net/node.cpp:4962–4966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4960 }
4961
4962 node_id_t node_impl::get_node_id() const
4963 {
4964 VERIFY_CORRECT_THREAD();
4965 return _node_id;
4966 }
4967 void node_impl::set_allowed_peers(const std::vector<node_id_t>& allowed_peers)
4968 {
4969 VERIFY_CORRECT_THREAD();

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64