MCPcopy Create free account
hub / github.com/cc20110101/RedisView / ~KeyTreeModel

Method ~KeyTreeModel

src/RedisView/Model/KeyTreeModel.cpp:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21KeyTreeModel::~KeyTreeModel()
22{
23 if(rootItem) {
24 delete rootItem;
25 rootItem = nullptr;
26 }
27}
28
29void KeyTreeModel::setRootItem(KeyTreeItem * item) {
30 beginResetModel();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected