Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
int KeyTreeItem::childCount() const
65
{
66
return childItems.count();
67
}
68
69
int KeyTreeItem::childNumber() const
70
{
Callers
7
rowCount
Method · 0.45
insertRow
Method · 0.45
recurSortItem
Method · 0.45
sortItem
Method · 0.45
removeChild
Method · 0.45
insertRow
Method · 0.45
rowCount
Method · 0.45
Calls
1
count
Method · 0.45
Tested by
no test coverage detected