Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ RemapPluginInst
Method
RemapPluginInst
src/proxy/http/remap/PluginFactory.cc:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
#include <filesystem>
41
42
RemapPluginInst::RemapPluginInst(RemapPluginInfo &plugin) : _plugin(plugin)
43
{
44
_plugin.acquire();
45
}
46
47
RemapPluginInst::~RemapPluginInst()
48
{
Callers
nothing calls this directly
Calls
1
acquire
Method · 0.45
Tested by
no test coverage detected