MCPcopy Create free account
hub / github.com/apache/trafficserver / destroy

Method destroy

plugins/authproxy/authproxy.cc:202–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202void
203AuthRequestContext::destroy(AuthRequestContext *auth)
204{
205 if (auth) {
206 auth->~AuthRequestContext();
207 TSfree(auth);
208 }
209}
210
211int
212AuthRequestContext::dispatch(TSCont cont, TSEvent event, void *edata)

Callers

nothing calls this directly

Calls 2

TSfreeFunction · 0.85
~AuthRequestContextMethod · 0.80

Tested by

no test coverage detected