Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ LogRollingEnabledIsValid
Function
LogRollingEnabledIsValid
include/proxy/logging/Log.h:230–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
}
229
230
static inline bool
231
LogRollingEnabledIsValid(int enabled)
232
{
233
return (enabled >= Log::NO_ROLLING || enabled < Log::INVALID_ROLLING_VALUE); // lgtm[cpp/constant-comparison]
234
}
Callers
4
decodeLogObject
Method · 0.85
_setup_rolling
Method · 0.85
read_configuration_variables
Method · 0.85
TSTextLogObjectRollingEnabledSet
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected