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

Method get_path

src/proxy/hdrs/URL.cc:767–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765 -------------------------------------------------------------------------*/
766
767const char *
768URLImpl::get_path(int *length)
769{
770 *length = this->m_len_path;
771 return this->m_ptr_path;
772}
773
774/*-------------------------------------------------------------------------
775 -------------------------------------------------------------------------*/

Callers 2

path_getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected