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

Method False

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

Source from the content-addressed store, hash-verified

79 const char *Random() const override { return "RAND()"; }
80 const char *MedianMapTime(char *pBuffer, int BufferSize) const override;
81 const char *False() const override { return "FALSE"; }
82 const char *True() const override { return "TRUE"; }
83
84 bool Connect(char *pError, int ErrorSize) override;

Callers 4

SaveScoreMethod · 0.45
SaveTeamScoreMethod · 0.45
SaveTeamMethod · 0.45
LoadTeamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected