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

Function url_called_set

src/proxy/hdrs/URL.cc:603–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601 -------------------------------------------------------------------------*/
602
603void
604url_called_set(URLImpl *url)
605{
606 url->m_clean = !url->m_ptr_printed_string;
607}
608
609void
610url_clear_string_ref(URLImpl *url)

Callers 10

set_schemeMethod · 0.85
set_userMethod · 0.85
set_passwordMethod · 0.85
set_hostMethod · 0.85
set_portMethod · 0.85
set_pathMethod · 0.85
set_queryMethod · 0.85
set_fragmentMethod · 0.85
set_typeMethod · 0.85
set_type_codeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected