MCPcopy 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
41void KeyTreeItem::clear() {
42 qDeleteAll(childItems);
43 childItems.clear();
44}
45
46bool KeyTreeItem::haveIcon() {
47 return false;

Callers 15

initClientMethod · 0.45
commandMethod · 0.45
getRespCmdMethod · 0.45
isClusterMethod · 0.45
getReplicationInfoMethod · 0.45
getRedisInfoMethod · 0.45
isMasterMethod · 0.45
getClusterSlotsMethod · 0.45
getClusterNodesMethod · 0.45
publishMethod · 0.45
pubsubMethod · 0.45
subscribeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected