Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/actuallyaridan/linux-devmgmt
/ rowCount
Method
rowCount
src/model/DeviceModel.cpp:178–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
}
177
178
int DeviceModel::rowCount(const QModelIndex &parent) const {
179
return nodeFor(parent)->children.size();
180
}
181
182
int DeviceModel::columnCount(const QModelIndex &) const {
183
return 1;
Callers
3
saveExpandedState
Method · 0.80
restoreExpandedState
Method · 0.80
findDevice
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected