Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catabriga/graphwar
/ setFinished
Method
setFinished
src/GraphServer/ClientConnection.java:82–85 ·
view source on GitHub ↗
(boolean finished)
Source
from the content-addressed store, hash-verified
80
}
81
82
public
void
setFinished(boolean finished)
83
{
84
this.gameFinished = finished;
85
}
86
87
public
void
removePlayer(Player player)
88
{
Callers
1
finishGame
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected