Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ Add
Method
Add
libraries/lib-module-manager/PluginIPCUtils.cpp:102–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
void PluginValidationResult::Add(PluginDescriptor&& desc)
103
{
104
mDescriptors.push_back(std::move(desc));
105
}
106
107
void PluginValidationResult::SetError(const wxString& msg)
108
{
Callers
2
TryLoadModules
Method · 0.45
Discover
Function · 0.45
Calls
2
move
Function · 0.85
push_back
Method · 0.45
Tested by
no test coverage detected