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

Method parent_info

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

Source from the content-addressed store, hash-verified

199 return ConnectionAttributes(self.val['t_state']['client_info'])
200
201 def parent_info(self):
202 return ConnectionAttributes(self.val['t_state']['client_info'])
203
204 def server_info(self):
205 return ConnectionAttributes(self.val['t_state']['client_info'])

Callers 1

sm_commandFunction · 0.95

Calls 1

Tested by

no test coverage detected