Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
PeerTableModel::~PeerTableModel() = default;
31
32
void PeerTableModel::startAutoRefresh()
33
{
34
timer->start();
35
}
36
37
void PeerTableModel::stopAutoRefresh()
38
{
Callers
1
showEvent
Method · 0.80
Calls
1
start
Method · 0.45
Tested by
no test coverage detected