Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ doSave
Method
doSave
launcher/settings/INISettingsObject.cpp:89–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
void INISettingsObject::doSave()
90
{
91
if (m_suspendSave) {
92
m_doSave = true;
93
} else {
94
m_ini.saveFile(m_filePath);
95
}
96
}
97
98
void INISettingsObject::resetSetting(const Setting& setting)
99
{
Callers
nothing calls this directly
Calls
1
saveFile
Method · 0.80
Tested by
no test coverage detected