MCPcopy 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
141IpAllow *
142IpAllow::acquire()
143{
144 return static_cast<IpAllow *>(configProcessor.get(configid));
145}
146
147void
148IpAllow::release(IpAllow *config)

Callers 4

init_reverse_proxyFunction · 0.45
reloadUrlRewriteFunction · 0.45
TSContCreateFunction · 0.45
TSVConnCreateFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected