Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NPP-JSONViewer/JSON-Viewer
/ GetNodeCount
Method
GetNodeCount
src/NppJsonViewer/TreeViewCtrl.cpp:64–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
auto TreeViewCtrl::GetNodeCount() const -> unsigned int
65
{
66
auto nodeCount = TreeView_GetCount(m_hTree);
67
return nodeCount;
68
}
69
70
bool TreeViewCtrl::IsExpanded(HTREEITEM node) const
71
{
Callers
1
DrawJsonTree
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected