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

Method InsertToTree

src/NppJsonViewer/JsonViewDlg.cpp:442–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442HTREEITEM JsonViewDlg::InsertToTree(HTREEITEM parent, const std::string& text)
443{
444 auto wText = StringHelper::ToWstring(text, CP_UTF8);
445 return m_pTreeView->InsertNode(wText, NULL, parent);
446}
447
448HTREEITEM JsonViewDlg::InsertToTree(HTREEITEM parent, const std::string& text, const Position& pos)
449{

Callers

nothing calls this directly

Calls 1

InsertNodeMethod · 0.80

Tested by

no test coverage detected