MCPcopy 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
230static inline bool
231LogRollingEnabledIsValid(int enabled)
232{
233 return (enabled >= Log::NO_ROLLING || enabled < Log::INVALID_ROLLING_VALUE); // lgtm[cpp/constant-comparison]
234}

Callers 4

decodeLogObjectMethod · 0.85
_setup_rollingMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected