Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cc20110101/RedisView
/ data
Method
data
src/RedisView/Model/KeyTreeModel.cpp:48–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
QVariant KeyTreeModel::data(KeyTreeItem * item) const
49
{
50
if (!item)
51
return QVariant();
52
53
return item->data(0);
54
}
55
56
QVariant KeyTreeModel::data(const QModelIndex &index, int role) const
57
{
Callers
nothing calls this directly
Calls
2
haveIcon
Method · 0.80
getIconId
Method · 0.80
Tested by
no test coverage detected