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

Method is_request

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

Source from the content-addressed store, hash-verified

91 return URL(self.val['m_url_cached'])
92
93 def is_request(self):
94 pol = self.impl['m_polarity']
95 return pol == 1
96
97 def is_response(self):
98 pol = self.impl['m_polarity']

Callers 1

prMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected