MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / getServerVersion

Function getServerVersion

src/date/buildDate.cpp:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125const char* getServerVersion() {
126 static std::string serverVersion = std::string("BZFS") + getProtocolVersion();
127 return serverVersion.c_str();
128}
129
130const char* getMajorMinorVersion() {
131 static std::string version = "";

Callers 12

readServerListMethod · 0.85
checkEchosMethod · 0.85
getCacheFilenameMethod · 0.85
addMeMethod · 0.85
processConnectedPeerFunction · 0.85
saveHeaderFunction · 0.85
ServerLinkMethod · 0.85
getCacheFilenameMethod · 0.85
readMethod · 0.85
writeMethod · 0.85
writeToFileMethod · 0.85
readFromFileMethod · 0.85

Calls 2

getProtocolVersionFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected