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

Method rowCount

src/plugins/python/python/option/interpreterwidget.cpp:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45int InterpreterModel::rowCount(const QModelIndex &parent) const
46{
47 Q_UNUSED(parent)
48
49 return d->packageVector.count();
50}
51
52int InterpreterModel::columnCount(const QModelIndex &parent) const
53{

Callers 12

activeProjectInfoMethod · 0.45
removeRootItemMethod · 0.45
takeRootItemMethod · 0.45
expandedProjectDepthMethod · 0.45
expandedProjectAllMethod · 0.45
restoreExpandStateMethod · 0.45
getAllProjectInfoMethod · 0.45
getProjectInfoMethod · 0.45
updateProjectInfoMethod · 0.45
itemModifiedMethod · 0.45
setOpenedFilesMethod · 0.45
setListViewSelectionMethod · 0.45

Calls 1

countMethod · 0.45

Tested by

no test coverage detected