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

Method Cleanup

src/cripts/Plugins.cc:78–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void
79Plugin::Remap::Cleanup()
80{
81 if (_plugin) {
82 _plugin->done();
83 _plugin = nullptr;
84 }
85}
86
87void
88Plugin::Remap::_runRemap(cripts::Context *context)

Callers

nothing calls this directly

Calls 1

doneMethod · 0.45

Tested by

no test coverage detected