Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Card-Forge/forge
/ getOutcomeById
Method
getOutcomeById
forge-game/src/main/java/forge/game/Match.java:106–108 ·
view source on GitHub ↗
(int id)
Source
from the content-addressed store, hash-verified
104
}
105
106
public
GameOutcome getOutcomeById(
int
id) {
107
return
gameOutcomes.get(id);
108
}
109
110
public
void
clearGamesPlayed() {
111
gameOutcomes.clear();
Callers
1
getOutcome
Method · 0.80
Calls
1
get
Method · 0.65
Tested by
no test coverage detected