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

Method done

src/proxy/http/remap/PluginFactory.cc:64–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void
65RemapPluginInst::done()
66{
67 _plugin.decInstanceCount();
68 _plugin.doneInstance(_instance);
69
70 if (0 == _plugin.instanceCount()) {
71 _plugin.done();
72 }
73}
74
75TSRemapStatus
76RemapPluginInst::doRemap(TSHttpTxn rh, TSRemapRequestInfo *rri)

Callers 7

decodeMethod · 0.45
decodeMethod · 0.45
deactivateMethod · 0.45
_process_write_vioMethod · 0.45

Calls 3

decInstanceCountMethod · 0.80
doneInstanceMethod · 0.80
instanceCountMethod · 0.80

Tested by

no test coverage detected