Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ performRestart
Method
performRestart
ui/controlswidget.cpp:188–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
187
188
void DebugControlsWidget::performRestart()
189
{
190
std::thread([&]() { m_controller->Restart(); }).detach();
191
}
192
193
194
void DebugControlsWidget::performQuit()
Callers
nothing calls this directly
Calls
2
detach
Method · 0.80
Restart
Method · 0.45
Tested by
no test coverage detected