Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
KeyTreeItem::~KeyTreeItem()
36
{
37
qDeleteAll(childItems);
38
childItems.clear();
39
}
40
41
void KeyTreeItem::clear() {
42
qDeleteAll(childItems);
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected