MCPcopy 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

endMethod · 0.45
evaluateMethod · 0.45
scallvotesucFunction · 0.45
scallvoteFunction · 0.45

Calls 1

valid_clientFunction · 0.85

Tested by

no test coverage detected