Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catabriga/graphwar
/ quitGlobal
Method
quitGlobal
src/RoomServer/GlobalClient.java:246–251 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
244
}
245
246
private
void
quitGlobal()
247
{
248
String message = NetworkProtocol.QUIT+
""
;
249
250
this.connection.sendMessage(message);
251
}
252
253
public
boolean isRunning()
254
{
Callers
1
stop
Method · 0.95
Calls
1
sendMessage
Method · 0.45
Tested by
no test coverage detected