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/GameView.java:264–266 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
262
}
263
264
public
GameOutcome getOutcome() {
265
return
getMatch().getOutcomeById(getId());
266
}
267
268
public
AnteResult getAnteResult(PlayerView player) {
269
return
getOutcome().getAnteResult(player);
Callers
3
isWinner
Method · 0.95
getAnteResult
Method · 0.95
updateGameOver
Method · 0.45
Calls
3
getMatch
Method · 0.95
getOutcomeById
Method · 0.80
getId
Method · 0.65
Tested by
no test coverage detected