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

Function plugin_clean_up

src/plugin/Plugin.cpp:147–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void plugin_clean_up() {
148 {
149 auto mut = speller_container->modify();
150 mut->cleanup();
151 }
152 UnhookWindowsHookEx(h_mouse_hook);
153 WinApi::delete_file(get_debug_log_path().c_str());
154}
155
156void register_custom_messages() {
157 for (int i = 0; i < static_cast<int>(CustomGuiMessage::max); i++) {

Callers 1

beNotifiedFunction · 0.85

Calls 5

delete_fileFunction · 0.85
get_debug_log_pathFunction · 0.85
c_strMethod · 0.80
modifyMethod · 0.45
cleanupMethod · 0.45

Tested by

no test coverage detected