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

Method Unload

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

This isn't yet used?

Source from the content-addressed store, hash-verified

169
170// This isn't yet used?
171void Module::Unload()
172{
173 if (mLib->IsLoaded()) {
174 if (mDispatch)
175 mDispatch(ModuleTerminate);
176 }
177
178 mLib->Unload();
179}
180
181int Module::Dispatch(ModuleDispatchTypes type)
182{

Callers 2

LoadMethod · 0.45
TryLoadModulesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected