MCPcopy 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
94void KeyTreeItem::appendChildren(KeyTreeItem * item) {
95 childItems.insert(childItems.size(), item);
96}
97
98KeyTreeItem *KeyTreeItem::parent()
99{

Callers 1

insertRowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected