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

Function MysqlAvailable

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

Source from the content-addressed store, hash-verified

30std::atomic_int g_MysqlNumConnections;
31
32bool MysqlAvailable()
33{
34 return true;
35}
36
37int MysqlInit()
38{

Callers 1

ConAddSqlServerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected