MCPcopy Create free account
hub / github.com/cc20110101/RedisView / rowCount

Method rowCount

src/RedisView/Model/ValueTableModel.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25int ValueTableModel::rowCount(const QModelIndex &parent) const
26{
27 Q_UNUSED(parent);
28 return rootItem->childCount();
29}
30
31int ValueTableModel::columnCount(const QModelIndex &parent) const
32{

Callers

nothing calls this directly

Calls 1

childCountMethod · 0.45

Tested by

no test coverage detected