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

Method getTransactionPluginMutex

src/tscpp/api/utils_internal.cc:191–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191std::shared_ptr<Mutex>
192utils::internal::getTransactionPluginMutex(TransactionPlugin &transaction_plugin, TSHttpTxn txnp)
193{
194 return transaction_plugin.getMutex(txnp);
195}
196
197TSHttpHookID
198utils::internal::convertInternalHookToTsHook(Plugin::HookType hooktype)

Callers

nothing calls this directly

Calls 1

getMutexMethod · 0.45

Tested by

no test coverage detected