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

Method get_info

libraries/app/api.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 string login_api::get_info() const
97 {
98 return _app.get_node_info();
99 }
100
101 application_options login_api::get_config() const
102 {

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.80

Calls 3

network_get_infoMethod · 0.80
p2p_nodeMethod · 0.45
get_connection_countMethod · 0.45

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64