MCPcopy 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
129Connection::~Connection()
130{
131 mInDestructor = true;
132 auto error = Close(true);
133 assert(!error.IsError());
134}
135
136bool Connection::IsOpen() const noexcept
137{

Callers

nothing calls this directly

Calls 1

IsErrorMethod · 0.80

Tested by

no test coverage detected