MCPcopy 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
102void PluginValidationResult::Add(PluginDescriptor&& desc)
103{
104 mDescriptors.push_back(std::move(desc));
105}
106
107void PluginValidationResult::SetError(const wxString& msg)
108{

Callers 2

TryLoadModulesMethod · 0.45
DiscoverFunction · 0.45

Calls 2

moveFunction · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected