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

Method port_get_raw

include/proxy/hdrs/URL.h:632–637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630 -------------------------------------------------------------------------*/
631
632inline int
633URL::port_get_raw() const
634{
635 ink_assert(valid());
636 return m_url_impl->get_port();
637}
638
639/*-------------------------------------------------------------------------
640 -------------------------------------------------------------------------*/

Callers 6

ModifyRequestMethod · 0.80
finish_remapMethod · 0.80
_fill_target_cacheMethod · 0.80
UrlPrintHackMethod · 0.80
TSUrlRawPortGetFunction · 0.80

Calls 1

get_portMethod · 0.45

Tested by

no test coverage detected