Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
442
bool ProjectFileIO::HasConnection() const
443
{
444
auto &connectionPtr = ConnectionPtr::Get( mProject );
445
return connectionPtr.mpConnection != nullptr;
446
}
447
448
DBConnection &ProjectFileIO::GetConnection()
449
{
Callers
1
DoSave
Method · 0.80
Calls
1
Get
Function · 0.85
Tested by
no test coverage detected