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

Method columnCount

src/RedisView/Model/KeyTreeModel.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43int KeyTreeModel::columnCount(const QModelIndex &) const
44{
45 return rootItem->columnCount();
46}
47
48QVariant KeyTreeModel::data(KeyTreeItem * item) const
49{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected