Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
194
void DebugControlsWidget::performQuit()
195
{
196
std::thread([&]() { m_controller->Quit(); }).detach();
197
}
198
199
200
void DebugControlsWidget::performDetach()
Callers
nothing calls this directly
Calls
2
detach
Method · 0.80
Quit
Method · 0.45
Tested by
no test coverage detected