Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
void StartupScenario::setStartupScoreFile(const std::optional<ProjectFile>& file)
82
{
83
m_startupScoreFile = file ? file.value() : ProjectFile();
84
}
85
86
void StartupScenario::runOnSplashScreen()
87
{
Callers
1
applyCommandLineOptions
Method · 0.80
Calls
2
ProjectFile
Class · 0.85
value
Method · 0.45
Tested by
no test coverage detected