MCPcopy Create free account
hub / github.com/apache/trafficserver / LogThrottlingIsValid

Function LogThrottlingIsValid

include/proxy/logging/Log.h:224–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222};
223
224static inline bool
225LogThrottlingIsValid(int throttling_val)
226{
227 return throttling_val >= 0;
228}
229
230static inline bool
231LogRollingEnabledIsValid(int enabled)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected