MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / Save

Method Save

WinArk/Settings.cpp:143–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143bool Settings::Save() const {
144 if (_path.empty())
145 return false;
146
147 return _path[1] == L':' ? SaveToFile() : SaveToKey();
148}
149
150void Settings::Set(PCWSTR name, int value) {
151 return Set(name, value, SettingType::Int32);

Callers 4

OnSaveMethod · 0.45
OnSaveMethod · 0.45
OnSaveMethod · 0.45
OnDestroyMethod · 0.45

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected