MCPcopy Create free account
hub / github.com/cc20110101/RedisView / parent

Method parent

src/RedisView/Model/KeyTreeItem.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98KeyTreeItem *KeyTreeItem::parent()
99{
100 return parentItem;
101}
102
103bool KeyTreeItem::removeChildren(int position, int count)
104{

Callers 3

showTreeRightMenuMethod · 0.45
delMethod · 0.45
treeClickedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected