MCPcopy Create free account
hub / github.com/Norbyte/bg3se / GetLocalPath

Method GetLocalPath

BG3Updater/Cache.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25std::wstring CachedResource::GetLocalPath() const
26{
27 return GetResourceLocalPath() + L"\\" + FromStdUTF8(version_.Version.ToString()) + L"_" + FromStdUTF8(version_.Digest);
28}
29
30std::wstring CachedResource::GetLocalPackagePath() const
31{

Callers

nothing calls this directly

Calls 2

FromStdUTF8Function · 0.85
ToStringMethod · 0.45

Tested by

no test coverage detected