MCPcopy 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
225QModelIndex BinaryToolsModel::addTool(const QModelIndex &index)
226{
227 return addTool(false, index);
228}
229
230QModelIndex BinaryToolsModel::addCombination(const QModelIndex &index)
231{

Callers 1

handleAddToolMethod · 0.80

Calls 8

indexMethod · 0.95
rowMethod · 0.80
insertMethod · 0.80
parentMethod · 0.45
toStringMethod · 0.45
isValidMethod · 0.45
countMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected