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