MCPcopy Create free account
hub / github.com/Vector35/debugger / performQuit

Method performQuit

ui/controlswidget.cpp:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192
193
194void DebugControlsWidget::performQuit()
195{
196 std::thread([&]() { m_controller->Quit(); }).detach();
197}
198
199
200void DebugControlsWidget::performDetach()

Callers

nothing calls this directly

Calls 2

detachMethod · 0.80
QuitMethod · 0.45

Tested by

no test coverage detected