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

Method _test_and_fill_target_cache

include/proxy/hdrs/HTTP.h:767–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765 -------------------------------------------------------------------------*/
766
767inline void
768HTTPHdr::_test_and_fill_target_cache() const
769{
770 if (!m_target_cached)
771 this->_fill_target_cache();
772}
773
774/*-------------------------------------------------------------------------
775 -------------------------------------------------------------------------*/

Callers 6

host_getMethod · 0.95
port_getMethod · 0.95
is_target_in_urlMethod · 0.95
is_port_in_headerMethod · 0.95
UrlPrintHackMethod · 0.80

Calls 1

_fill_target_cacheMethod · 0.95

Tested by

no test coverage detected