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

Method setStartupType

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

Source from the content-addressed store, hash-verified

56}
57
58void StartupScenario::setStartupType(const std::optional<std::string>& type)
59{
60 m_startupTypeStr = type ? type.value() : "";
61}
62
63bool StartupScenario::isStartWithNewFileAsSecondaryInstance() const
64{

Callers 1

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected