Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ numclients
Function
numclients
source/src/server.cpp:551–551 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
549
}
550
551
int numclients() { return countclients(ST_EMPTY, true); }
552
int numlocalclients() { return countclients(ST_LOCAL); }
553
int numnonlocalclients() { return countclients(ST_TCPIP); }
554
Callers
9
next
Method · 0.85
perform
Method · 0.85
poll_serverthreads
Function · 0.85
numplayers
Function · 0.85
startgame
Function · 0.85
scallvote
Function · 0.85
welcomepacket
Function · 0.85
process
Function · 0.85
serverslice
Function · 0.85
Calls
1
countclients
Function · 0.85
Tested by
no test coverage detected