MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / HasPayloadCache

Method HasPayloadCache

ui/Services/Patching/Patcher.cs:207–207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205 public bool HasCoreDll() => FindCoreDll() != null;
206
207 public bool HasPayloadCache() => Fingerprint.FindCachePath(_steamPath, verbose: false, log: _log) != null;
208
209 const string XinputUrl = "https://files.catbox.moe/heom44.dll";
210 const string DwmapiUrl = "https://files.catbox.moe/32p6f9.dll";

Callers 1

RunAll_ClickMethod · 0.80

Calls 1

FindCachePathMethod · 0.80

Tested by

no test coverage detected