Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ setCurrentAge
Method
setCurrentAge
launcher/net/HttpMetaCache.h:72–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
71
auto getCurrentAge() -> qint64 { return current_age; }
72
void setCurrentAge(qint64 age) { current_age = age; }
73
74
auto getMaximumAge() -> qint64 { return max_age; }
75
void setMaximumAge(qint64 age) { max_age = age; }
Callers
1
finalizeCache
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected