MCPcopy 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
136bool Connection::IsOpen() const noexcept
137{
138 return mConnection != nullptr;
139}
140
141bool Connection::CheckTableExists(std::string_view tableName) const
142{

Callers 1

ReopenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected