MCPcopy Create free account
hub / github.com/SmingHub/Sming / isSet

Method isSet

Sming/Core/SystemClock.h:123–126  ·  view source on GitHub ↗

@brief Determine if `setTime()` has been called yet * @note Indicates whether time returned can be relied upon */

Source from the content-addressed store, hash-verified

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.

Callers 3

sendResponseHeadersMethod · 0.80
FtpDataFileListMethod · 0.80
generateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected