Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catabriga/graphwar
/ isFunctionReversed
Method
isFunctionReversed
src/Graphwar/GameData.java:191–199 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
189
}
190
191
public
boolean isFunctionReversed()
192
{
193
if
(getCurrentTurnPlayer().getTeam() == Constants.TEAM2)
194
{
195
return
true;
196
}
197
198
return
false;
199
}
200
201
public
Obstacle getObstacle()
202
{
Callers
4
getCurrentFunctionPosition
Method · 0.95
paintCircle
Method · 0.80
drawFunction
Method · 0.80
drawExplosion
Method · 0.80
Calls
2
getCurrentTurnPlayer
Method · 0.95
getTeam
Method · 0.45
Tested by
no test coverage detected