MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / areClientsPaused

Function areClientsPaused

src/networking.cpp:4032–4034  ·  view source on GitHub ↗

Returns true if clients are paused and false otherwise. */

Source from the content-addressed store, hash-verified

4030
4031/* Returns true if clients are paused and false otherwise. */
4032int areClientsPaused(void) {
4033 return g_pserver->client_pause_type != CLIENT_PAUSE_OFF;
4034}
4035
4036/* Checks if the current client pause has elapsed and unpause clients
4037 * if it has. Also returns true if clients are now paused and false

Callers 2

propagateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected