Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
680
std::unique_ptr<IDbConnection> CreateMysqlConnection(CMysqlConfig Config)
681
{
682
return std::make_unique<CMysqlConnection>(Config);
683
}
684
#else
685
bool MysqlAvailable()
686
{
Callers
2
ProcessQueries
Method · 0.85
score_test.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected