Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ ~Connection
Method
~Connection
libraries/lib-sqlite-helpers/sqlite/Connection.cpp:129–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
}
128
129
Connection::~Connection()
130
{
131
mInDestructor = true;
132
auto error = Close(true);
133
assert(!error.IsError());
134
}
135
136
bool Connection::IsOpen() const noexcept
137
{
Callers
nothing calls this directly
Calls
1
IsError
Method · 0.80
Tested by
no test coverage detected