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

Method get_dictionary_download_path

src/plugin/Settings.cpp:220–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220std::wstring_view Settings::get_dictionary_download_path() const {
221 return data.download_install_dictionaries_for_all_users ? data.hunspell_system_path : data.hunspell_user_path;
222}
223
224void Settings::reset_hunspell_lang_to_default() { data.speller_language[SpellerId::hunspell] = default_language(SpellerId::hunspell); }
225

Callers 1

download_github_fileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected