Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catabriga/graphwar
/ removePlayer
Method
removePlayer
src/GraphServer/ClientConnection.java:87–90 ·
view source on GitHub ↗
(Player player)
Source
from the content-addressed store, hash-verified
85
}
86
87
public
void
removePlayer(Player player)
88
{
89
players.remove(player);
90
}
91
92
public
void
addPlayer(Player player)
93
{
Callers
1
removePlayer
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected