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

Method get_connection_count

libraries/net/node.cpp:4846–4850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4844 }
4845
4846 uint32_t node_impl::get_connection_count() const
4847 {
4848 VERIFY_CORRECT_THREAD();
4849 return (uint32_t)_active_connections.size();
4850 }
4851
4852 void node_impl::broadcast( const message& item_to_broadcast, const message_propagation_data& propagation_data )
4853 {

Callers 1

get_infoMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected