Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ is_valid
Method
is_valid
tools/gdb-helpers.py:101–105 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
99
return
pol == 2
100
101
def
is_valid(self):
102
if
self.impl == 0:
103
return
None
104
pol = self.impl[
'm_polarity'
]
105
return
pol > 0
106
107
def
method(self):
108
idx = self.impl[
'u'
][
'req'
][
'm_method_wks_idx'
]
Callers
1
pr
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected