Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NPP-JSONViewer/JSON-Viewer
/ Collapse
Method
Collapse
src/NppJsonViewer/TreeViewCtrl.cpp:117–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
void TreeViewCtrl::Collapse(HTREEITEM node) const
118
{
119
ExpandOrCollapse(node, TVE_COLLAPSE);
120
}
121
122
void TreeViewCtrl::ExpandOrCollapse(HTREEITEM node, UINT_PTR code) const
123
{
Callers
1
ContextMenuExpand
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected