MCPcopy Create free account
hub / github.com/assaultcube/AC / protocoldebug

Function protocoldebug

source/src/protocol.cpp:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#ifdef _DEBUG
6bool protocoldbg = false, debugmute = false;
7void protocoldebug(bool enable) { protocoldbg = enable; }
8#define DEBUGCOND (protocoldbg && !debugmute)
9#endif
10

Callers 2

parsemessagesFunction · 0.85
processFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected