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

Method childCount

src/RedisView/Model/KeyTreeItem.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64int KeyTreeItem::childCount() const
65{
66 return childItems.count();
67}
68
69int KeyTreeItem::childNumber() const
70{

Callers 7

rowCountMethod · 0.45
insertRowMethod · 0.45
recurSortItemMethod · 0.45
sortItemMethod · 0.45
removeChildMethod · 0.45
insertRowMethod · 0.45
rowCountMethod · 0.45

Calls 1

countMethod · 0.45

Tested by

no test coverage detected