Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ addTool
Method
addTool
src/plugins/binarytools/models/binarytoolsmodel.cpp:225–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
223
}
224
225
QModelIndex BinaryToolsModel::addTool(const QModelIndex &index)
226
{
227
return addTool(false, index);
228
}
229
230
QModelIndex BinaryToolsModel::addCombination(const QModelIndex &index)
231
{
Callers
1
handleAddTool
Method · 0.80
Calls
8
index
Method · 0.95
row
Method · 0.80
insert
Method · 0.80
parent
Method · 0.45
toString
Method · 0.45
isValid
Method · 0.45
count
Method · 0.45
value
Method · 0.45
Tested by
no test coverage detected