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

Method HasConnection

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

Source from the content-addressed store, hash-verified

440}
441
442bool ProjectFileIO::HasConnection() const
443{
444 auto &connectionPtr = ConnectionPtr::Get( mProject );
445 return connectionPtr.mpConnection != nullptr;
446}
447
448DBConnection &ProjectFileIO::GetConnection()
449{

Callers 1

DoSaveMethod · 0.80

Calls 1

GetFunction · 0.85

Tested by

no test coverage detected