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

Method findTool

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

Source from the content-addressed store, hash-verified

326}
327
328ToolInfo BinaryToolsManager::findTool(const QString &id)
329{
330 return findTool(id, allTools);
331}
332
333ToolInfo BinaryToolsManager::findTool(const QString &id, const BinaryTools &tools)
334{

Callers 1

executeToolMethod · 0.95

Calls 4

ToolInfoClass · 0.85
beginMethod · 0.45
endMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected