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

Method clear

src/api/APIHooks.cc:53–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void
54APIHooks::clear()
55{
56 APIHook *hook;
57 while (nullptr != (hook = m_hooks.pop())) {
58 THREAD_FREE(hook, apiHookAllocator, this_thread());
59 }
60}

Callers 4

ResetMethod · 0.45
GetSVMethod · 0.45
test_RecHttp.ccFile · 0.45
LLVMFuzzerTestOneInputFunction · 0.45

Calls 2

this_threadFunction · 0.85
popMethod · 0.45

Tested by

no test coverage detected