MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / reload

Method reload

src/common/settings/settings.cpp:284–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284void Settings::reload()
285{
286 d->settingData.values.clear();
287 d->fromJsonFile(d->settingFile, &d->settingData);
288}
289
290bool Settings::sync()
291{

Callers

nothing calls this directly

Calls 2

fromJsonFileMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected