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

Function loadPlugin

src/proxy/http/remap/unit-tests/test_RemapPlugin.cc:105–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105bool
106loadPlugin(RemapPluginUnitTest *plugin, std::string &error, PluginDebugObject *&debugObject)
107{
108 bool result = plugin->load(error, fs::path()); // Dummy compiler path.
109 debugObject = plugin->getDebugObject();
110 return result;
111}
112
113void
114cleanupSandBox()

Callers 1

Calls 3

pathClass · 0.85
getDebugObjectMethod · 0.80
loadMethod · 0.45

Tested by

no test coverage detected