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

Method ConstructSetting

src/NppJsonViewer/NppJsonPlugin.cpp:168–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168void NppJsonPlugin::ConstructSetting()
169{
170 if (!m_pSetting)
171 {
172 m_pSetting = std::make_shared<Setting>();
173 ProfileSetting(m_configPath).GetSettings(*m_pSetting);
174 }
175}
176
177void NppJsonPlugin::ShowJsonDlg()
178{

Callers

nothing calls this directly

Calls 2

ProfileSettingClass · 0.85
GetSettingsMethod · 0.80

Tested by

no test coverage detected