Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
284
void Settings::reload()
285
{
286
d->settingData.values.clear();
287
d->fromJsonFile(d->settingFile, &d->settingData);
288
}
289
290
bool Settings::sync()
291
{
Callers
nothing calls this directly
Calls
2
fromJsonFile
Method · 0.80
clear
Method · 0.45
Tested by
no test coverage detected