Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2423
bool ProjectFileIO::IsTemporary() const
2424
{
2425
return mTemporary;
2426
}
2427
2428
bool ProjectFileIO::IsRecovered() const
2429
{
Callers
9
ProjectCloudExtension
Method · 0.80
OnSave
Method · 0.80
DoImportMIDI
Function · 0.80
ReadProjectFile
Method · 0.80
Save
Method · 0.80
SaveAs
Method · 0.80
SaveCopy
Method · 0.80
AddImportedTracks
Method · 0.80
DoImport
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected