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

Method set_type

src/proxy/hdrs/URL.cc:574–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572 -------------------------------------------------------------------------*/
573
574void
575URLImpl::set_type(int type)
576{
577 url_called_set(this);
578 this->m_url_type = type;
579}
580
581/*-------------------------------------------------------------------------
582 -------------------------------------------------------------------------*/

Callers

nothing calls this directly

Calls 1

url_called_setFunction · 0.85

Tested by

no test coverage detected