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

Method is_connected

libraries/net/node.cpp:4886–4890  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4884 }
4885
4886 bool node_impl::is_connected() const
4887 {
4888 VERIFY_CORRECT_THREAD();
4889 return !_active_connections.empty();
4890 }
4891
4892 std::vector<potential_peer_record> node_impl::get_potential_peers() const
4893 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected