Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catabriga/graphwar
/ sendModeMessage
Method
sendModeMessage
src/GraphServer/GraphServer.java:569–573 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
567
}
568
569
protected
void
sendModeMessage()
570
{
571
String message = NetworkProtocol.SET_MODE+
"&"
+gameMode;
572
sendMessageAll(message);
573
}
574
575
private
boolean checkAllReady()
576
{
Callers
1
handleMessage
Method · 0.95
Calls
1
sendMessageAll
Method · 0.95
Tested by
no test coverage detected