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

Method flush

src/RedisView/AppView/DataView.cpp:161–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void DataView::flush() {
162 initValueListData();
163}
164
165void DataView::count() {
166 QString str = QString(tr("统计值总数为")) + QString::number(_itemTableModel->rowCount());

Callers 2

writeMethod · 0.45
logMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected