Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
initCache
Method · 0.80
requestLogo
Method · 0.80
getDownloads
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected