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

Function DiscardAllProjects

src/AutoRecoveryDialog.cpp:443–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441}
442
443static void DiscardAllProjects(const FilePaths &files)
444{
445 // Open and close each file, invisibly, removing its Autosave blob
446 for (auto &file: files)
447 ProjectFileManager::DiscardAutosave(file);
448}
449
450bool ShowAutoRecoveryDialogIfNeeded(AudacityProject *&pproj, bool *didRecoverAnything)
451{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected