MCPcopy 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
44static bool
45isTrue(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
50void
51ConfigElements::setExclude(const char *arg)

Callers 3

setSortMethod · 0.70
setRemoveMethod · 0.70
initMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected