MCPcopy Create free account
hub / github.com/cc20110101/RedisView / flags

Method flags

src/RedisView/Model/KeyTreeModel.cpp:117–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117Qt::ItemFlags KeyTreeModel::flags(const QModelIndex &index) const
118{
119 if (!index.isValid())
120 return 0;
121
122 return QAbstractItemModel::flags(index);
123}
124
125KeyTreeItem *KeyTreeModel::itemFromIndex(const QModelIndex &index) const {
126 return index.isValid() ? getItem(index): nullptr;

Callers 2

initValueListDataMethod · 0.45
getMacAddrMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected