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

Method isEternal

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

Source from the content-addressed store, hash-verified

67 /* Whether the entry expires after some time (false) or not (true). */
68 void makeEternal(bool eternal) { is_eternal = eternal; }
69 [[nodiscard]] bool isEternal() const { return is_eternal; }
70
71 auto getCurrentAge() -> qint64 { return current_age; }
72 void setCurrentAge(qint64 age) { current_age = age; }

Callers 2

LoadMethod · 0.80
SaveNowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected