Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getGameLog
Method
getGameLog
forge-game/src/main/java/forge/game/GameView.java:172–174 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
170
}
171
172
public
GameLog getGameLog() {
173
return
gameLog;
174
}
175
176
/** Initialize the game log
for
network-deserialized GameViews (transient field is null after deserialization). */
177
public
void
initGameLog() {
Callers
5
handleGameEvent
Method · 0.95
resumeAndResync
Method · 0.95
testTrueNetworkTraffic
Method · 0.95
openView
Method · 0.95
GameView
Method · 0.45
Calls
no outgoing calls
Tested by
1
testTrueNetworkTraffic
Method · 0.76