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

Method hasTopicChanged

lib/IconTextPlugin/src/IconTextPlugin.cpp:189–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189bool IconTextPlugin::hasTopicChanged(const String& topic)
190{
191 MutexGuard<MutexRecursive> guard(m_mutex);
192 bool hasTopicChanged = m_hasTopicChanged;
193
194 /* Only a single topic, therefore its not necessary to check. */
195 PLUGIN_NOT_USED(topic);
196
197 m_hasTopicChanged = false;
198
199 return hasTopicChanged;
200}
201
202void IconTextPlugin::start(uint16_t width, uint16_t height)
203{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected