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

Method Validate

libraries/lib-module-manager/AsyncPluginValidator.cpp:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240AsyncPluginValidator::~AsyncPluginValidator() = default;
241
242void AsyncPluginValidator::Validate(const wxString& providerId, const wxString& pluginPath)
243{
244 mImpl->Validate(providerId, pluginPath);
245}
246
247void AsyncPluginValidator::SetDelegate(Delegate* delegate)
248{

Callers 1

DiscoverFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected