MCPcopy 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

167public:
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_nameMethod · 0.45
ProxyProtocolMethod · 0.45
ProxyProtocolClass · 0.45
append_field_nameMethod · 0.45
is_notificationMethod · 0.45
decode_and_validateMethod · 0.45
encodeMethod · 0.45
HostLeafMethod · 0.45
EmptyMethod · 0.45
failedMethod · 0.45
ats_stringdupFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected