Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
void
79
Plugin::Remap::Cleanup()
80
{
81
if (_plugin) {
82
_plugin->done();
83
_plugin = nullptr;
84
}
85
}
86
87
void
88
Plugin::Remap::_runRemap(cripts::Context *context)
Callers
nothing calls this directly
Calls
1
done
Method · 0.45
Tested by
no test coverage detected