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

Method GetSymbol

libraries/lib-module-manager/ModuleManager.cpp:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190void * Module::GetSymbol(const wxString &name)
191{
192 return mLib->GetSymbol(name);
193}
194
195// ============================================================================
196//

Callers 9

LoadMethod · 0.45
GetIDMethod · 0.45
IsPluginRegisteredMethod · 0.45
DropFileMethod · 0.45
SaveGroupMethod · 0.45
PluginManager.cppFile · 0.45
GetIDMethod · 0.45
OldGetIDMethod · 0.45
SettingsPathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected