Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ isValid
Method
isValid
bwapi/Storm/storm.h:1358–1358 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1356
}
1357
1358
bool isValid() const { return valid && hFile; }
1359
explicit operator bool() const { return isValid(); }
1360
bool operator !() const { return !isValid(); }
1361
};
Callers
10
canBuildHere
Function · 0.45
canBuild
Function · 0.45
canUnloadAtPosition
Function · 0.45
getUpgradeLevel
Method · 0.45
hasResearched
Method · 0.45
isResearching
Method · 0.45
isUpgrading
Method · 0.45
getMaxUpgradeLevel
Method · 0.45
isResearchAvailable
Method · 0.45
isUnitAvailable
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected