MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / 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 m_current_age; }
72 void setCurrentAge(qint64 age) { m_current_age = age; }
73
74 auto getMaximumAge() -> qint64 { return m_max_age; }
75 void setMaximumAge(qint64 age) { m_max_age = age; }

Callers 1

finalizeCacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected