Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ logcheck
Function
logcheck
source/src/log.cpp:89–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
bool logcheck(int level)
90
{
91
ASSERT(level >= 0 && level < ACLOG_NUM);
92
return loglevelenabled[level] != 0;
93
}
94
95
struct logline_s { int level; time_t t; string msg; };
96
Callers
4
read
Method · 0.85
read
Method · 0.85
read
Function · 0.85
initserver
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected