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

Method Initialize

src/AudacityApp.cpp:1251–1258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1249}
1250
1251bool AudacityApp::Initialize(int& argc, wxChar** argv)
1252{
1253 if(!PluginHost::IsHostProcess())
1254 {
1255 InitCrashreports();
1256 }
1257 return wxApp::Initialize(argc, argv);
1258}
1259
1260void AudacityApp::CleanUp()
1261{

Callers 1

InitPart2Method · 0.45

Calls 1

InitializeFunction · 0.70

Tested by

no test coverage detected