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

Method count

src/RedisView/AppView/DataView.cpp:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165void DataView::count() {
166 QString str = QString(tr("统计值总数为")) + QString::number(_itemTableModel->rowCount());
167 QMessageBox::information(this, tr("统计"), str);
168}
169
170void DataView::commit() {
171

Callers 7

childMethod · 0.45
childCountMethod · 0.45
columnCountMethod · 0.45
dataMethod · 0.45
childCountMethod · 0.45
getMacAddrMethod · 0.45

Calls 1

rowCountMethod · 0.45

Tested by

no test coverage detected