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

Method doneInstance

src/proxy/http/remap/RemapPluginInfo.cc:209–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209void
210RemapPluginInfo::doneInstance(void *ih)
211{
212 setPluginContext();
213
214 if (delete_instance_cb) {
215 delete_instance_cb(ih);
216 }
217
218 resetPluginContext();
219}
220
221TSRemapStatus
222RemapPluginInfo::doRemap(void *ih, TSHttpTxn rh, TSRemapRequestInfo *rri)

Callers 2

doneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected