Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catabriga/graphwar
/ sendStartGameMessage
Method
sendStartGameMessage
src/GraphServer/GraphServer.java:797–805 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
795
}
796
797
protected
synchronized
void
sendStartGameMessage()
798
{
799
if
(checkAllReady())
800
{
801
startGame();
802
}
803
804
countingDown = false;
805
}
806
807
private
void
sendStartCountDown()
808
{
Callers
1
run
Method · 0.80
Calls
2
checkAllReady
Method · 0.95
startGame
Method · 0.95
Tested by
no test coverage detected