Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Predelnik/DSpellCheck
/ get_regexp_error
Method
get_regexp_error
src/plugin/Settings.cpp:141–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
}
140
141
const std::regex_error *Settings::get_regexp_error() const {
142
return std::get_if<std::regex_error> (&data.ignore_regexp);
143
}
144
145
void Settings::on_settings_changed() {
146
update_cached_values();
Callers
1
run_dlg_proc
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected