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

Method method

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

Source from the content-addressed store, hash-verified

105 return pol > 0
106
107 def method(self):
108 idx = self.impl['u']['req']['m_method_wks_idx']
109 if idx >= 0:
110 return hdrtoken(idx)
111 else:
112 return ats_str(self.impl['u']['req']['m_ptr_method'], self.impl['u']['req']['m_len_method'])
113
114 def status(self):
115 return self.impl['u']['resp']['m_status']

Callers 1

prMethod · 0.95

Calls 2

hdrtokenFunction · 0.85
ats_strFunction · 0.85

Tested by

no test coverage detected