Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
void App::addModule(modularity::IModuleSetup* module)
62
{
63
m_modules.push_back(module);
64
}
65
66
int App::run(int argc, char** argv)
67
{
Callers
1
main
Function · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected