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

Method insertChildren

src/RedisView/Model/ValueTableItem.cpp:90–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90bool ValueTableItem::insertChildren(int position, ValueTableItem * &item)
91{
92 if (position < 0 || position > childItems.size())
93 return false;
94
95 childItems.insert(position, item);
96 return true;
97}
98
99bool ValueTableItem::removeChildren(int position)
100{

Callers 1

insertRowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected