Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cc20110101/RedisView
/ appendChildren
Method
appendChildren
src/RedisView/Model/KeyTreeItem.cpp:94–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
void KeyTreeItem::appendChildren(KeyTreeItem * item) {
95
childItems.insert(childItems.size(), item);
96
}
97
98
KeyTreeItem *KeyTreeItem::parent()
99
{
Callers
1
insertRow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected