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

Method dump_node_status_task

libraries/net/node.cpp:1579–1587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1577 }
1578
1579 void node_impl::dump_node_status_task()
1580 {
1581 VERIFY_CORRECT_THREAD();
1582 dump_node_status();
1583 if (!_node_is_shutting_down && !_dump_node_status_task_done.canceled())
1584 _dump_node_status_task_done = fc::schedule([=](){ dump_node_status_task(); },
1585 fc::time_point::now() + fc::minutes(1),
1586 "dump_node_status_task");
1587 }
1588
1589 void node_impl::delayed_peer_deletion_task()
1590 {

Callers

nothing calls this directly

Calls 1

nowFunction · 0.85

Tested by

no test coverage detected