* @brief Getter for if the timer has been ref'ed */
| 109 | * @brief Getter for if the timer has been ref'ed |
| 110 | */ |
| 111 | inline bool hasRef() { |
| 112 | return _refed; |
| 113 | } |
| 114 | |
| 115 | /** |
| 116 | * @brief Ref the timer so that the event-loop won't exit as long as the timer is active |
no outgoing calls
no test coverage detected