Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cc20110101/RedisView
/ columnCount
Method
columnCount
src/RedisView/Model/ValueTableItem.cpp:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
int ValueTableItem::columnCount() const
70
{
71
return itemData.count();
72
}
73
74
QVariant ValueTableItem::data(int column) const
75
{
Callers
nothing calls this directly
Calls
1
count
Method · 0.45
Tested by
no test coverage detected