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

Method performPause

ui/controlswidget.cpp:206–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204
205
206void DebugControlsWidget::performPause()
207{
208 std::thread([&]() { m_controller->Pause(); }).detach();
209}
210
211
212void DebugControlsWidget::performResume()

Callers

nothing calls this directly

Calls 2

detachMethod · 0.80
PauseMethod · 0.45

Tested by

no test coverage detected