MCPcopy 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
178int DeviceModel::rowCount(const QModelIndex &parent) const {
179 return nodeFor(parent)->children.size();
180}
181
182int DeviceModel::columnCount(const QModelIndex &) const {
183 return 1;

Callers 3

saveExpandedStateMethod · 0.80
restoreExpandedStateMethod · 0.80
findDeviceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected