Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BatchDrake/SigDigger
/ setPreparing
Method
setPreparing
Components/NetForwarderUI.cpp:79–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
void
80
NetForwarderUI::setPreparing(bool preparing)
81
{
82
if (preparing)
83
this->spinner->start();
84
else
85
this->spinner->stop();
86
}
87
88
void
89
NetForwarderUI::setForwardState(bool state)
Callers
3
setForwardState
Method · 0.95
onToggleNetForward
Method · 0.80
onNetReady
Method · 0.80
Calls
2
start
Method · 0.45
stop
Method · 0.45
Tested by
2
onToggleNetForward
Method · 0.64
onNetReady
Method · 0.64