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

Method invokePluginForEvent

src/tscpp/api/utils_internal.cc:249–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249void
250utils::internal::invokePluginForEvent(TransactionPlugin *plugin, TSHttpTxn ats_txn_handle, TSEvent event)
251{
252 std::lock_guard<Mutex> scopedLock(*(plugin->getMutex()));
253 ::invokePluginForEvent(static_cast<Plugin *>(plugin), ats_txn_handle, event);
254}
255
256void
257utils::internal::invokePluginForEvent(GlobalPlugin *plugin, TSHttpTxn ats_txn_handle, TSEvent event)

Callers

nothing calls this directly

Calls 6

invokePluginForEventFunction · 0.85
getMutexMethod · 0.45
initMethod · 0.45

Tested by

no test coverage detected