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