(flow: HTTPFlow)
| 1262 | flow = Placeholder(HTTPFlow) |
| 1263 | |
| 1264 | def kill(flow: HTTPFlow): |
| 1265 | flow.kill() |
| 1266 | |
| 1267 | def assert_kill(err_hook: bool = True): |
| 1268 | playbook >> reply(side_effect=kill) |
nothing calls this directly
no test coverage detected
searching dependent graphs…