MCPcopy 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
64auto TreeViewCtrl::GetNodeCount() const -> unsigned int
65{
66 auto nodeCount = TreeView_GetCount(m_hTree);
67 return nodeCount;
68}
69
70bool TreeViewCtrl::IsExpanded(HTREEITEM node) const
71{

Callers 1

DrawJsonTreeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected