Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ isExpired
Method
isExpired
launcher/net/HttpMetaCache.h:77–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
void setMaximumAge(qint64 age) { max_age = age; }
76
77
bool isExpired(qint64 offset) { return !is_eternal && (current_age >= max_age - offset); };
78
79
protected:
80
QString baseId;
Callers
1
resolveEntry
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected