Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
remove
Method · 0.45
append
Method · 0.45
sort
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected