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

Method is_response

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

Source from the content-addressed store, hash-verified

95 return pol == 1
96
97 def is_response(self):
98 pol = self.impl['m_polarity']
99 return pol == 2
100
101 def is_valid(self):
102 if self.impl == 0:

Callers 1

prMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected