| 30 | [[nodiscard]] bool IsCancelled() const { return cancelled_; } |
| 31 | |
| 32 | [[nodiscard]] std::chrono::nanoseconds Period() const { return period_; } |
| 33 | |
| 34 | [[nodiscard]] std::chrono::system_clock::time_point NextCallTime() const { |
| 35 | return next_call_time_; |
nothing calls this directly
no outgoing calls
no test coverage detected