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

Method clear

include/proxy/http/remap/UrlMapping.h:212–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 }
211
212 void
213 clear()
214 {
215 deleteToURL();
216 _mapping = nullptr;
217 _toURLPtr = nullptr;
218 _heap = nullptr;
219 }
220
221 // noncopyable, non-assignable
222 UrlMappingContainer(const UrlMappingContainer &orig) = delete;

Callers 4

postbuf_clearMethod · 0.45
disable_redirectMethod · 0.45
deleteToURLMethod · 0.45
resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected