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

Method set_next

plugins/regex_remap/regex_remap.cc:165–169  ·  view source on GitHub ↗

setter / getters for members the linked list.

Source from the content-addressed store, hash-verified

163
164 // setter / getters for members the linked list.
165 inline void
166 set_next(RemapRegex *next)
167 {
168 _next = next;
169 }
170 inline RemapRegex *
171 next() const
172 {

Callers 1

TSRemapNewInstanceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected