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

Method item

src/RedisView/Model/ValueTableModel.cpp:166–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166ValueTableItem * ValueTableModel::item(int row) {
167 return rootItem->child(row);
168}
169
170void ValueTableModel::clear() {
171 beginResetModel();

Callers 2

delMethod · 0.80
seeMethod · 0.80

Calls 1

childMethod · 0.45

Tested by

no test coverage detected