Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catabriga/graphwar
/ finishGame
Method
finishGame
src/Graphwar/Graphwar.java:136–143 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
134
}
135
136
public
void
finishGame()
137
{
138
if
(gameServer != null)
139
{
140
gameServer.finalize();
141
gameServer = null;
142
}
143
}
144
145
public
void
joinGlobal(String name) throws IOException
146
{
Callers
4
actionPerformed
Method · 0.45
actionPerformed
Method · 0.45
stopGame
Method · 0.45
actionPerformed
Method · 0.45
Calls
1
finalize
Method · 0.80
Tested by
no test coverage detected