Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
bool protocoldbg = false, debugmute = false;
7
void protocoldebug(bool enable) { protocoldbg = enable; }
8
#define DEBUGCOND (protocoldbg && !debugmute)
9
#endif
10
Callers
2
parsemessages
Function · 0.85
process
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected