Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ ip_rule_in_CacheControlTable
Function
ip_rule_in_CacheControlTable
src/proxy/CacheControl.cc:121–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
bool
122
ip_rule_in_CacheControlTable()
123
{
124
return (CacheControlTable->ipMatch ? true : false);
125
}
126
127
void
128
initCacheControl()
Callers
1
init
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected