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

Method dictionary_removed

src/spellers/HunspellInterface.cpp:359–359  ·  view source on GitHub ↗

drop cache if dictionary was removed

Source from the content-addressed store, hash-verified

357
358// drop cache if dictionary was removed
359void HunspellInterface::dictionary_removed(const std::wstring &path) { m_all_hunspells.erase(path); }
360
361std::wstring HunspellInterface::create_encoded_dict_version(const wchar_t *dict_path, const char *target_encoding) {
362 std::ifstream is(dict_path);

Callers 2

download_github_fileMethod · 0.80

Calls 1

eraseMethod · 0.80

Tested by

no test coverage detected