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

Function wrap_config

src/spellers/AspellInterface.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30auto wrap_config(AspellConfig *raw_ptr) {
31 return std::unique_ptr<AspellConfig, void (*)(AspellConfig *)>{raw_ptr, [](auto ptr) { delete_aspell_config(ptr); }};
32}
33} // namespace
34
35AspellInterface::AspellInterface(HWND npp_window_arg, const Settings &settings)

Callers 4

get_language_listMethod · 0.85
set_languageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected