Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getOutcome
Method
getOutcome
forge-game/src/main/java/forge/game/player/Player.java:2415–2417 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2413
}
2414
2415
public
final
PlayerOutcome getOutcome() {
2416
return
stats.getOutcome();
2417
}
2418
private
void
setOutcome(PlayerOutcome outcome) {
2419
stats.setOutcome(outcome);
2420
}
Callers
9
conceded
Method · 0.95
hasLost
Method · 0.95
hasWon
Method · 0.95
isInGame
Method · 0.95
evaluate
Method · 0.95
updateAll
Method · 0.95
evaluate
Method · 0.95
onGameOver
Method · 0.45
PlayerPredicates
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected