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

Method TryCreateLocalResourceCacheDirectory

BG3Updater/Cache.cpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18std::wstring CachedResource::TryCreateLocalResourceCacheDirectory()
19{
20 auto path = GetResourceLocalPath();
21 TryCreateDirectory(path);
22 return path;
23}
24
25std::wstring CachedResource::GetLocalPath() const
26{

Callers

nothing calls this directly

Calls 1

TryCreateDirectoryFunction · 0.85

Tested by

no test coverage detected