Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
224
static inline bool
225
LogThrottlingIsValid(int throttling_val)
226
{
227
return throttling_val >= 0;
228
}
229
230
static inline bool
231
LogRollingEnabledIsValid(int enabled)
Callers
1
read_configuration_variables
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected