Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ GetNodeCount
Method
GetNodeCount
Src/Database/DatabaseTree.cpp:1021–1024 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1019
}
1020
1021
int CDatabaseTree::GetNodeCount(int nParentId)
1022
{
1023
return m_FolderDB.GetCount(nParentId);
1024
}
1025
1026
int CDatabaseTree::GetCount(int parentId)
1027
{
Callers
1
OnInitializeDatabase
Method · 0.80
Calls
1
GetCount
Method · 0.80
Tested by
no test coverage detected