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

Method childNumber

src/RedisView/Model/ValueTableModel.cpp:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161int ValueTableModel::childNumber(ValueTableItem * item) const
162{
163 return rootItem->childNumber(item);
164}
165
166ValueTableItem * ValueTableModel::item(int row) {
167 return rootItem->child(row);

Callers 1

removeItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected