MCPcopy
hub / github.com/mitmproxy/mitmproxy / s

Method s

mitmproxy/addons/next_layer.py:120–121  ·  view source on GitHub ↗
(*layers)

Source from the content-addressed store, hash-verified

118 assert context.layers
119
120 def s(*layers):
121 return stack_match(context, layers)
122
123 tcp_based = context.client.transport_protocol == "tcp"
124 udp_based = context.client.transport_protocol == "udp"

Callers

nothing calls this directly

Calls 1

stack_matchFunction · 0.85

Tested by

no test coverage detected