Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NPP-JSONViewer/JSON-Viewer
/ WriteINI
Method
WriteINI
src/NppJsonViewer/SettingsDlg.cpp:140–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
}
139
140
bool SettingsDlg::WriteINI()
141
{
142
return ProfileSetting(m_configPath).SetSettings(*m_pSetting);
143
}
144
145
void SettingsDlg::InitDlg()
146
{
Callers
nothing calls this directly
Calls
2
ProfileSetting
Class · 0.85
SetSettings
Method · 0.80
Tested by
no test coverage detected