Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
328
ToolInfo BinaryToolsManager::findTool(const QString &id)
329
{
330
return findTool(id, allTools);
331
}
332
333
ToolInfo BinaryToolsManager::findTool(const QString &id, const BinaryTools &tools)
334
{
Callers
1
executeTool
Method · 0.95
Calls
4
ToolInfo
Class · 0.85
begin
Method · 0.45
end
Method · 0.45
value
Method · 0.45
Tested by
no test coverage detected