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

Method setStartupScoreFile

au4/src/appshell/internal/startupscenario.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void StartupScenario::setStartupScoreFile(const std::optional<ProjectFile>& file)
82{
83 m_startupScoreFile = file ? file.value() : ProjectFile();
84}
85
86void StartupScenario::runOnSplashScreen()
87{

Callers 1

Calls 2

ProjectFileClass · 0.85
valueMethod · 0.45

Tested by

no test coverage detected