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

Method prev

include/tscore/List.h:258–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256 return L::next_link(e);
257 }
258 static C const *
259 prev(const C *e)
260 {
261 return L::prev_link(e);
262 }
263
264 DLL() : head(nullptr) {}
265

Callers 3

removeMethod · 0.45
appendMethod · 0.45
sortMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected