Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catabriga/graphwar
/ getPlayers
Method
getPlayers
src/GraphServer/ClientConnection.java:52–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
public
List<Player> getPlayers()
53
{
54
return
players;
55
}
56
57
public
boolean isLeader()
58
{
Callers
10
sendAllInfoMessage
Method · 0.95
setTeam
Method · 0.95
removePlayer
Method · 0.95
addSoldier
Method · 0.95
removeSoldier
Method · 0.95
setEveryoneNotReady
Method · 0.95
checkAllReady
Method · 0.95
setReady
Method · 0.45
checkPlayer
Method · 0.45
removeClient
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected