Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ acquire
Method
acquire
src/proxy/IPAllow.cc:141–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
}
140
141
IpAllow *
142
IpAllow::acquire()
143
{
144
return static_cast<IpAllow *>(configProcessor.get(configid));
145
}
146
147
void
148
IpAllow::release(IpAllow *config)
Callers
4
init_reverse_proxy
Function · 0.45
reloadUrlRewrite
Function · 0.45
TSContCreate
Function · 0.45
TSVConnCreate
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected