MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / isStale

Method isStale

launcher/net/HttpMetaCache.h:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51 public:
52 auto isStale() -> bool { return stale; }
53 void setStale(bool stale) { this->stale = stale; }
54
55 auto getFullPath() -> QString;

Callers 3

initCacheMethod · 0.80
requestLogoMethod · 0.80
getDownloadsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected