MCPcopy Create free account
hub / github.com/cryptonomex/graphene / get_node_id

Method get_node_id

libraries/net/node.cpp:4951–4955  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4949 }
4950
4951 node_id_t node_impl::get_node_id() const
4952 {
4953 VERIFY_CORRECT_THREAD();
4954 return _node_id;
4955 }
4956 void node_impl::set_allowed_peers(const std::vector<node_id_t>& allowed_peers)
4957 {
4958 VERIFY_CORRECT_THREAD();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected