Whether the entry expires after some time (false) or not (true). */
| 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; } |
no outgoing calls
no test coverage detected