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

Method head

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

Source from the content-addressed store, hash-verified

33static ClassAllocator<APIHook, false> apiHookAllocator("apiHookAllocator");
34
35APIHook *
36APIHooks::head() const
37{
38 return m_hooks.head;
39}
40
41void
42APIHooks::append(INKContInternal *cont)

Callers 6

writeMethod · 0.45
handle_eventMethod · 0.45
_resume_decodeMethod · 0.45
_abort_decodeMethod · 0.45
initMethod · 0.45
candidateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected