MCPcopy Create free account
hub / github.com/ddnet/ddnet / CreateMysqlConnection

Function CreateMysqlConnection

src/engine/server/databases/mysql.cpp:680–683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

678}
679
680std::unique_ptr<IDbConnection> CreateMysqlConnection(CMysqlConfig Config)
681{
682 return std::make_unique<CMysqlConnection>(Config);
683}
684#else
685bool MysqlAvailable()
686{

Callers 2

ProcessQueriesMethod · 0.85
score_test.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected