Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ wks_or_str
Function
wks_or_str
tools/gdb-helpers.py:59–63 ·
view source on GitHub ↗
(idx, addr, addr_len)
Source
from the content-addressed store, hash-verified
57
58
59
def
wks_or_str(idx, addr, addr_len):
60
if
idx >= 0:
61
return
hdrtoken(idx)
62
else
:
63
return
ats_str(addr, addr_len)
64
65
66
class
URL:
Callers
1
headers
Method · 0.85
Calls
2
hdrtoken
Function · 0.85
ats_str
Function · 0.85
Tested by
no test coverage detected