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

Method getConfiguration

lib/IconTextPlugin/src/IconTextPlugin.cpp:407–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405}
406
407void IconTextPlugin::getConfiguration(JsonObject& jsonCfg) const
408{
409 MutexGuard<MutexRecursive> guard(m_mutex);
410
411 jsonCfg["iconFileId"] = m_iconFileIdStored;
412 jsonCfg["text"] = m_formatTextStored;
413}
414
415bool IconTextPlugin::setConfiguration(const JsonObjectConst& jsonCfg)
416{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected