Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cc20110101/RedisView
/ columnCount
Method
columnCount
src/RedisView/Model/KeyTreeItem.cpp:77–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
int KeyTreeItem::columnCount() const
78
{
79
return 1;
80
}
81
82
QVariant KeyTreeItem::data(int column) const
83
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected