MCPcopy Create free account
hub / github.com/catchorg/Catch2 / createConnection

Method createConnection

examples/110-Fix-ClassFixture.cpp:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20{
21public:
22 static DBConnection createConnection( std::string const & /*dbName*/ ) {
23 return DBConnection();
24 }
25
26 bool executeSQL( std::string const & /*query*/, int const /*id*/, std::string const & arg ) {
27 if ( arg.length() == 0 ) {

Callers

nothing calls this directly

Calls 1

DBConnectionClass · 0.85

Tested by

no test coverage detected