Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ localdisconnect
Function
localdisconnect
source/src/server.cpp:4848–4851 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4846
4847
#ifndef STANDALONE
4848
void localdisconnect()
4849
{
4850
loopv(clients) if(clients[i]->type==ST_LOCAL) clients[i]->zap();
4851
}
4852
4853
void localconnect()
4854
{
Callers
1
disconnect
Function · 0.85
Calls
2
zap
Method · 0.80
loopv
Function · 0.70
Tested by
no test coverage detected