(*layers)
| 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" |
nothing calls this directly
no test coverage detected