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

Method stopTool

src/plugins/binarytools/configure/binarytoolsmanager.cpp:635–644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

633}
634
635void BinaryToolsManager::stopTool(const QString &id)
636{
637 if (!toolTaskMap.contains(id))
638 return;
639
640 auto task = toolTaskMap[id];
641 std::get<0>(task)->stop();
642 std::get<1>(task)->quit();
643 std::get<1>(task)->wait();
644}
645
646void BinaryToolsManager::replaceCurrentDocument(const QString &id, int exitCode)
647{

Callers

nothing calls this directly

Calls 4

containsMethod · 0.45
stopMethod · 0.45
quitMethod · 0.45
waitMethod · 0.45

Tested by

no test coverage detected