| 80 | } |
| 81 | |
| 82 | LoadableDll::LoadableDll(const std::optional<std::filesystem::path> &storagePath, bool copyDll, std::wstring_view dll) : |
| 83 | m_hMod(LoadDll(GetDllPath(storagePath, copyDll, dll))) |
| 84 | { |
| 85 | } |
nothing calls this directly
no outgoing calls
no test coverage detected