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

Method IsTemporary

libraries/lib-project-file-io/ProjectFileIO.cpp:2423–2426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2421}
2422
2423bool ProjectFileIO::IsTemporary() const
2424{
2425 return mTemporary;
2426}
2427
2428bool ProjectFileIO::IsRecovered() const
2429{

Callers 9

ProjectCloudExtensionMethod · 0.80
OnSaveMethod · 0.80
DoImportMIDIFunction · 0.80
ReadProjectFileMethod · 0.80
SaveMethod · 0.80
SaveAsMethod · 0.80
SaveCopyMethod · 0.80
AddImportedTracksMethod · 0.80
DoImportMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected