Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cc20110101/RedisView
/ clear
Method
clear
src/RedisView/Model/KeyTreeItem.cpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
void KeyTreeItem::clear() {
42
qDeleteAll(childItems);
43
childItems.clear();
44
}
45
46
bool KeyTreeItem::haveIcon() {
47
return false;
Callers
15
initClient
Method · 0.45
command
Method · 0.45
getRespCmd
Method · 0.45
isCluster
Method · 0.45
getReplicationInfo
Method · 0.45
getRedisInfo
Method · 0.45
isMaster
Method · 0.45
getClusterSlots
Method · 0.45
getClusterNodes
Method · 0.45
publish
Method · 0.45
pubsub
Method · 0.45
subscribe
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected