Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ isvalid
Method
isvalid
source/src/server.cpp:2577–2577 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2575
}
2576
2577
bool isvalid() { return valid_client(owner) && action != NULL && action->isvalid(); }
2578
bool isalive() { return servmillis - callmillis < 30*1000; }
2579
2580
void evaluate(bool forceend = false)
Callers
4
end
Method · 0.45
evaluate
Method · 0.45
scallvotesuc
Function · 0.45
scallvote
Function · 0.45
Calls
1
valid_client
Function · 0.85
Tested by
no test coverage detected