Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ getClientVersion
Method
getClientVersion
bwapi/BWAPI/Source/BWAPI/GameImpl.cpp:811–814 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
809
return SVN_REV;
810
}
811
int GameImpl::getClientVersion() const
812
{
813
return CLIENT_VERSION;
814
}
815
bool GameImpl::isDebug() const
816
{
817
return BUILD_DEBUG == 1;
Callers
1
BWAPIExceptionFilter
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected