MCPcopy Create free account
hub / github.com/audacity/audacity / MakeValidator

Method MakeValidator

libraries/lib-lv2/LoadLV2.cpp:328–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328std::unique_ptr<PluginProvider::Validator> LV2EffectsModule::MakeValidator() const
329{
330 return std::make_unique<LV2PluginValidator>();
331}
332
333// ============================================================================
334// LV2EffectsModule implementation

Callers 2

DiscoverFunction · 0.45
readMetaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected