Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cc20110101/RedisView
/ data
Method
data
src/RedisView/Model/KeyTreeItem.cpp:82–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
QVariant KeyTreeItem::data(int column) const
83
{
84
if(column == 0)
85
return itemData;
86
else
87
return QVariant();
88
}
89
90
QString KeyTreeItem::text() {
91
return itemData;
Callers
5
getClient
Method · 0.45
paint
Method · 0.45
setText
Method · 0.45
on__radioButtonJson_toggled
Method · 0.45
see
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected