MCPcopy 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
117void TreeViewCtrl::Collapse(HTREEITEM node) const
118{
119 ExpandOrCollapse(node, TVE_COLLAPSE);
120}
121
122void TreeViewCtrl::ExpandOrCollapse(HTREEITEM node, UINT_PTR code) const
123{

Callers 1

ContextMenuExpandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected