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

Function open_debug_log

src/plugin/Plugin.cpp:241–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241void open_debug_log() {
242 ShellExecute(nullptr, L"open", get_debug_log_path().c_str(), nullptr, nullptr, SW_SHOW);
243}
244
245void start_settings() { settings_dlg->do_dialog(); }
246

Callers

nothing calls this directly

Calls 2

get_debug_log_pathFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected