MCPcopy Create free account
hub / github.com/commontk/CTK / getPluginResource

Method getPluginResource

Libs/PluginFramework/ctkPluginArchiveSQL.cpp:100–111  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

98
99//----------------------------------------------------------------------------
100QByteArray ctkPluginArchiveSQL::getPluginResource(const QString& component) const
101{
102 try
103 {
104 return storage->getPluginResource(key, component);
105 }
106 catch (const ctkPluginDatabaseException& exc)
107 {
108 qDebug() << QString("Getting plugin resource %1 failed:").arg(component) << exc;
109 return QByteArray();
110 }
111}
112
113//----------------------------------------------------------------------------
114QStringList ctkPluginArchiveSQL::findResourcesPath(const QString& path) const

Callers 1

readManifestMethod · 0.95

Calls 1

QStringClass · 0.50

Tested by

no test coverage detected