MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / startAutoRefresh

Method startAutoRefresh

src/qt/peertablemodel.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30PeerTableModel::~PeerTableModel() = default;
31
32void PeerTableModel::startAutoRefresh()
33{
34 timer->start();
35}
36
37void PeerTableModel::stopAutoRefresh()
38{

Callers 1

showEventMethod · 0.80

Calls 1

startMethod · 0.45

Tested by

no test coverage detected