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

Method makeEternal

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

Whether the entry expires after some time (false) or not (true). */

Source from the content-addressed store, hash-verified

66
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; }

Callers 2

LoadMethod · 0.80
finalizeCacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected