MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / hasTopicChanged

Method hasTopicChanged

lib/TimerService/src/TimerService.cpp:339–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339bool TimerService::hasTopicChanged(const String& topic)
340{
341 MutexGuard<Mutex> guard(m_mutex);
342 bool hasChanged = m_hasSettingsChanged;
343
344 m_hasSettingsChanged = false;
345
346 return hasChanged;
347}
348
349bool TimerService::setTopic(const String& topic, const JsonObjectConst& jsonValue)
350{

Callers 2

startMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected