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

Method trigger_advertise_inventory_loop

libraries/net/node.cpp:1303–1308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1301 }
1302
1303 void node_impl::trigger_advertise_inventory_loop()
1304 {
1305 VERIFY_CORRECT_THREAD();
1306 if( _retrigger_advertise_inventory_loop_promise )
1307 _retrigger_advertise_inventory_loop_promise->set_value();
1308 }
1309
1310 void node_impl::terminate_inactive_connections_loop()
1311 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected