Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ __str__
Method
__str__
tools/gdb-helpers.py:71–72 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
69
self.impl = val[
'm_url_impl'
].dereference()
70
71
def
__str__(self):
72
return
"{}://{}/{}"
.format(self.scheme(), self.host(), self.path())
73
74
def
scheme(self):
75
return
ats_str(self.impl[
'm_ptr_scheme'
], self.impl[
'm_len_scheme'
])
Callers
nothing calls this directly
Calls
4
scheme
Method · 0.95
host
Method · 0.95
path
Method · 0.95
format
Method · 0.45
Tested by
no test coverage detected