Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ pop
Method
pop
include/tscore/List.h:930–934 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
928
ink_atomiclist_push(&al, c);
929
}
930
C *
931
pop()
932
{
933
return (C *)ink_atomiclist_pop(&al);
934
}
935
C *
936
popall()
937
{
Callers
nothing calls this directly
Calls
1
ink_atomiclist_pop
Function · 0.85
Tested by
no test coverage detected