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