Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/commontk/CTK
/ getAllPluginArchives
Method
getAllPluginArchives
Libs/PluginFramework/ctkPluginStorageSQL.cpp:601–604 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
599
}
600
601
QList<QSharedPointer<ctkPluginArchive> > ctkPluginStorageSQL::getAllPluginArchives() const
602
{
603
return m_archives;
604
}
605
606
QList<QString> ctkPluginStorageSQL::getStartOnLaunchPlugins() const
607
{
Callers
2
init
Method · 0.80
load
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected