Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ descriptors
Method
descriptors
src/core/PluginFactory.cpp:95–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
const Plugin::DescriptorList PluginFactory::descriptors() const
96
{
97
return m_descriptors.values();
98
}
99
100
const Plugin::DescriptorList PluginFactory::descriptors(Plugin::PluginTypes type) const
101
{
Callers
4
import
Method · 0.80
finalize
Method · 0.80
PluginDescList
Method · 0.80
EffectSelectDialog
Method · 0.80
Calls
1
values
Method · 0.80
Tested by
no test coverage detected