MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / isExecuting

Method isExecuting

src/tools/debugadapter/debugmanager.cpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159bool DebugManager::isExecuting() const
160{
161 return d->process->state() != QProcess::NotRunning;
162}
163
164void DebugManager::execute()
165{

Callers

nothing calls this directly

Calls 1

stateMethod · 0.45

Tested by

no test coverage detected