Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
void
54
APIHooks::clear()
55
{
56
APIHook *hook;
57
while (nullptr != (hook = m_hooks.pop())) {
58
THREAD_FREE(hook, apiHookAllocator, this_thread());
59
}
60
}
Callers
4
Reset
Method · 0.45
GetSV
Method · 0.45
test_RecHttp.cc
File · 0.45
LLVMFuzzerTestOneInput
Function · 0.45
Calls
2
this_thread
Function · 0.85
pop
Method · 0.45
Tested by
no test coverage detected