Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ bz_getServerVersion
Function
bz_getServerVersion
src/bzfs/bzfsAPI.cpp:4544–4546 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4542
}
4543
4544
BZF_API const char* bz_getServerVersion(void) {
4545
return getAppVersion();
4546
}
4547
4548
BZF_API const char* bz_getProtocolVersion(void) {
4549
return getProtocolVersion();
Callers
1
bz_Load
Function · 0.85
Calls
1
getAppVersion
Function · 0.85
Tested by
no test coverage detected