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

Method addModule

au4/src/app/app.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void App::addModule(modularity::IModuleSetup* module)
62{
63 m_modules.push_back(module);
64}
65
66int App::run(int argc, char** argv)
67{

Callers 1

mainFunction · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected