MCPcopy 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
188void DebugControlsWidget::performRestart()
189{
190 std::thread([&]() { m_controller->Restart(); }).detach();
191}
192
193
194void DebugControlsWidget::performQuit()

Callers

nothing calls this directly

Calls 2

detachMethod · 0.80
RestartMethod · 0.45

Tested by

no test coverage detected