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

Method deleteToURL

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

Source from the content-addressed store, hash-verified

202 }
203
204 void
205 deleteToURL()
206 {
207 if (_toURLPtr == &_toURL) {
208 _toURL.clear();
209 }
210 }
211
212 void
213 clear()

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected