MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / load

Method load

src/plugin/Settings.cpp:187–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187void Settings::load() {
188 if (m_ini_filepath.empty())
189 return;
190 IniWorker worker(app_name, m_ini_filepath, IniWorker::Action::load);
191 process(worker);
192 delete_log();
193 print_to_log(L"void Settings::load()", nullptr);
194 settings_changed();
195}
196
197std::wstring &Settings::get_active_language() { return data.speller_language[data.active_speller_lib_id]; }
198

Callers 1

init_classesFunction · 0.80

Calls 3

delete_logFunction · 0.85
print_to_logFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected