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

Method next

src/api/APIHook.cc:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33#include "iocore/eventsystem/Lock.h"
34
35APIHook *
36APIHook::next() const
37{
38 return m_link.next;
39}
40
41APIHook *
42APIHook::prev() const

Callers 7

loadSecretMethod · 0.45
callHooksMethod · 0.45
invoke_tls_eventMethod · 0.45
findEndpointMethod · 0.45
plugin_send_basic_msgFunction · 0.45
operator++Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected