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

Method GitHubFileListProvider

src/network/GithubFileListProvider.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32constexpr auto dic_ext_w = L".dic"sv;
33
34GitHubFileListProvider::GitHubFileListProvider(HWND parent, const Settings &settings)
35 : m_get_file_list_task(parent), m_download_file_task(parent), m_settings(settings) {
36}
37
38void GitHubFileListProvider::set_root_path(const std::wstring &root_path) { m_root_path = root_path; }
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected