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

Method Settings

src/plugin/Settings.cpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132Settings::Settings(std::wstring_view ini_filepath)
133 : m_ini_filepath(ini_filepath) {
134 settings_changed.connect([this] { on_settings_changed(); });
135}
136
137const std::wregex *Settings::get_ignore_regexp() const {
138 return std::get_if<std::wregex> (&data.ignore_regexp);

Callers

nothing calls this directly

Calls 2

on_settings_changedFunction · 0.85
connectMethod · 0.80

Tested by

no test coverage detected