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

Function RegisterGlobalPlugin

include/tscpp/api/Plugin.h:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177
178bool RegisterGlobalPlugin(const char *name, const char *vendor, const char *email);
179inline bool
180RegisterGlobalPlugin(std::string const &name, std::string const &vendor, std::string const &email)
181{
182 return RegisterGlobalPlugin(name.c_str(), vendor.c_str(), email.c_str());
183}
184
185} // namespace atscppapi

Callers 4

TSPluginInitFunction · 0.85
TSPluginInitFunction · 0.85
TSPluginInitFunction · 0.85
TSPluginInitFunction · 0.85

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected