Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ IsOpen
Method
IsOpen
libraries/lib-sqlite-helpers/sqlite/Connection.cpp:136–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
bool Connection::IsOpen() const noexcept
137
{
138
return mConnection != nullptr;
139
}
140
141
bool Connection::CheckTableExists(std::string_view tableName) const
142
{
Callers
1
Reopen
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected