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

Method SetError

libraries/lib-module-manager/PluginIPCUtils.cpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void PluginValidationResult::SetError(const wxString& msg)
108{
109 mHasError = true;
110 mErrorMessage = msg;
111}
112
113const std::vector<PluginDescriptor>& PluginValidationResult::GetDescriptors() const noexcept
114{

Callers 3

DiscoverFunction · 0.45
ServeMethod · 0.45
OnDisconnectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected