Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catabriga/graphwar
/ getNumSoldiers
Method
getNumSoldiers
src/GraphServer/Player.java:83–86 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
}
82
83
public
int
getNumSoldiers()
84
{
85
return
this.numSoldiers;
86
}
87
88
public
void
setNumSoldiers(
int
numSoldiers)
89
{
Callers
6
sendAllInfoMessage
Method · 0.95
addSoldier
Method · 0.95
removeSoldier
Method · 0.95
generateSoldiers
Method · 0.95
sendAddPlayerMessage
Method · 0.45
startGame
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected