@brief Determine if `setTime()` has been called yet * @note Indicates whether time returned can be relied upon */
| 121 | * @note Indicates whether time returned can be relied upon |
| 122 | */ |
| 123 | bool isSet() const |
| 124 | { |
| 125 | return timeSet; |
| 126 | } |
| 127 | |
| 128 | /** |
| 129 | * @brief Set/clear a callback which is invoked whenever local time is queried. |
no outgoing calls
no test coverage detected