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