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

Method ReopenProject

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

Source from the content-addressed store, hash-verified

2405}
2406
2407bool ProjectFileIO::ReopenProject()
2408{
2409 FilePath fileName = mFileName;
2410 if (!CloseConnection())
2411 {
2412 return false;
2413 }
2414
2415 return OpenConnection(fileName);
2416}
2417
2418bool ProjectFileIO::IsModified() const
2419{

Callers 2

CompactMethod · 0.80
OnCompactMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected