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

Method push

include/tscore/List.h:925–929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

923
924template <class C, class L = typename C::Link_link> struct AtomicSLL {
925 void
926 push(C *c)
927 {
928 ink_atomiclist_push(&al, c);
929 }
930 C *
931 pop()
932 {

Callers

nothing calls this directly

Calls 1

ink_atomiclist_pushFunction · 0.85

Tested by

no test coverage detected