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

Method clear_string_ref

include/proxy/hdrs/URL.h:474–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472}
473
474inline void
475URL::clear_string_ref()
476{
477 ink_assert(valid());
478 url_clear_string_ref(m_url_impl);
479 return;
480}
481
482/*-------------------------------------------------------------------------
483 -------------------------------------------------------------------------*/

Callers

nothing calls this directly

Calls 1

url_clear_string_refFunction · 0.85

Tested by

no test coverage detected