MCPcopy 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
48QVariant KeyTreeModel::data(KeyTreeItem * item) const
49{
50 if (!item)
51 return QVariant();
52
53 return item->data(0);
54}
55
56QVariant KeyTreeModel::data(const QModelIndex &index, int role) const
57{

Callers

nothing calls this directly

Calls 2

haveIconMethod · 0.80
getIconIdMethod · 0.80

Tested by

no test coverage detected