MCPcopy 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
42RemapPluginInst::RemapPluginInst(RemapPluginInfo &plugin) : _plugin(plugin)
43{
44 _plugin.acquire();
45}
46
47RemapPluginInst::~RemapPluginInst()
48{

Callers

nothing calls this directly

Calls 1

acquireMethod · 0.45

Tested by

no test coverage detected