Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ empty
Method
empty
include/tscore/List.h:169–173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
public:
168
C *head;
169
bool
170
empty() const
171
{
172
return head == nullptr;
173
}
174
void push(C *e);
175
C *pop();
176
void
Callers
15
metric_name
Method · 0.45
ProxyProtocol
Method · 0.45
ProxyProtocol
Class · 0.45
has_tunnel_destination
Method · 0.45
append_field_name
Method · 0.45
is_notification
Method · 0.45
decode_and_validate
Method · 0.45
encode
Method · 0.45
HostLeaf
Method · 0.45
Empty
Method · 0.45
failed
Method · 0.45
ats_stringdup
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected