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

Function OnSaveCopy

src/menus/FileMenus.cpp:268–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268void OnSaveCopy(const CommandContext &context )
269{
270 auto &project = context.project;
271 auto &projectFileManager = ProjectFileManager::Get( project );
272 projectFileManager.SaveCopy();
273}
274
275void OnExportMp3(const CommandContext &context)
276{

Callers

nothing calls this directly

Calls 2

GetFunction · 0.85
SaveCopyMethod · 0.45

Tested by

no test coverage detected