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

Method next

include/tscore/List.h:186–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 return L::next_link(e);
185 }
186 const C *
187 next(const C *e) const
188 {
189 return L::next_link(e);
190 }
191
192 SLL() : head(nullptr) {}
193 SLL(C *c) : head(c) {}

Callers 3

check_activityMethod · 0.45
appendMethod · 0.45
sortMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected