Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ push
Method
push
include/tscore/List.h:200–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
199
template <class C, class L>
200
inline void
201
SLL<C, L>::push(C *e)
202
{
203
next(e) = head;
204
head = e;
205
}
206
207
template <class C, class L>
208
inline C *
Callers
6
add_to_flush_queue
Method · 0.45
add
Method · 0.45
remove
Method · 0.45
_change_parent
Method · 0.45
activate
Method · 0.45
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected