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

Method getPluginTag

include/proxy/PluginVC.h:123–127  ·  view source on GitHub ↗

@{ @name Plugin identity. Override for @c PluginIdentity.

Source from the content-addressed store, hash-verified

121 //@{ @name Plugin identity.
122 /// Override for @c PluginIdentity.
123 const char *
124 getPluginTag() const override
125 {
126 return plugin_tag;
127 }
128 /// Override for @c PluginIdentity.
129 int64_t
130 getPluginId() const override

Callers 2

httpConnectMethod · 0.45
new_transactionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected