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

Method ~KeyTreeItem

src/RedisView/Model/KeyTreeItem.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35KeyTreeItem::~KeyTreeItem()
36{
37 qDeleteAll(childItems);
38 childItems.clear();
39}
40
41void KeyTreeItem::clear() {
42 qDeleteAll(childItems);

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected