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

Method TryCreateLocalCacheDirectory

BG3Updater/Cache.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35std::wstring CachedResource::TryCreateLocalCacheDirectory()
36{
37 TryCreateLocalResourceCacheDirectory();
38 auto path = GetLocalPath();
39 TryCreateDirectory(path);
40 return path;
41}
42
43OperationResult CachedResource::UpdateLocalPackage(std::string_view contents)
44{

Callers

nothing calls this directly

Calls 1

TryCreateDirectoryFunction · 0.85

Tested by

no test coverage detected