Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cc20110101/RedisView
/ columnCount
Method
columnCount
src/RedisView/Model/ValueTableModel.cpp:31–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
int ValueTableModel::columnCount(const QModelIndex &parent) const
32
{
33
Q_UNUSED(parent);
34
return _column;
35
}
36
37
QVariant ValueTableModel::data(const QModelIndex &index, int role) const
38
{
Callers
1
headerData
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected