MCPcopy 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
1021int CDatabaseTree::GetNodeCount(int nParentId)
1022{
1023 return m_FolderDB.GetCount(nParentId);
1024}
1025
1026int CDatabaseTree::GetCount(int parentId)
1027{

Callers 1

OnInitializeDatabaseMethod · 0.80

Calls 1

GetCountMethod · 0.80

Tested by

no test coverage detected