Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ isTrue
Function
isTrue
plugins/cachekey/configs.cc:44–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
static bool
45
isTrue(const char *arg)
46
{
47
return (nullptr == arg || 0 == strncasecmp(
"true"
, arg, 4) || 0 == strncasecmp(
"1"
, arg, 1) || 0 == strncasecmp(
"yes"
, arg, 3));
48
}
49
50
void
51
ConfigElements::setExclude(const char *arg)
Callers
3
setSort
Method · 0.70
setRemove
Method · 0.70
init
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected