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

Method host

tools/gdb-helpers.py:77–78  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

75 return ats_str(self.impl['m_ptr_scheme'], self.impl['m_len_scheme'])
76
77 def host(self):
78 return ats_str(self.impl['m_ptr_host'], self.impl['m_len_host'])
79
80 def path(self):
81 return ats_str(self.impl['m_ptr_path'], self.impl['m_len_path'])

Callers 1

__str__Method · 0.95

Calls 1

ats_strFunction · 0.85

Tested by

no test coverage detected