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

Method clear

src/RedisView/Model/KeyTreeModel.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void KeyTreeModel::clear() {
38 beginResetModel();
39 rootItem->clear();
40 endResetModel();
41}
42
43int KeyTreeModel::columnCount(const QModelIndex &) const
44{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected