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

Method modify_without_saving

src/plugin/Settings.cpp:213–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213TemporaryAcessor<Settings::Self> Settings::modify_without_saving() const {
214 auto non_const_this = const_cast<Self *>(this);
215 return {*non_const_this, [non_const_this]() {
216 non_const_this->settings_changed();
217 }};
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;

Callers 2

init_classesFunction · 0.80
subclass_procFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected