MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / LoadableDll

Method LoadableDll

TranslucentTB/loadabledll.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82LoadableDll::LoadableDll(const std::optional<std::filesystem::path> &storagePath, bool copyDll, std::wstring_view dll) :
83 m_hMod(LoadDll(GetDllPath(storagePath, copyDll, dll)))
84{
85}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected