MCPcopy Create free account
hub / github.com/NPP-JSONViewer/JSON-Viewer / HasChild

Method HasChild

src/NppJsonViewer/TreeViewCtrl.cpp:150–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150bool TreeViewCtrl::HasChild(HTREEITEM hti) const
151{
152 HTREEITEM htiChild = NULL;
153 htiChild = TreeView_GetChild(m_hTree, hti);
154 return htiChild ? true : false;
155}
156
157auto TreeViewCtrl::GetNodeName(HTREEITEM hti, bool removeTrailingCount) const -> std::wstring
158{

Callers 1

ShowContextMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected