(self, output)
| 20 | return self.model(x) |
| 21 | |
| 22 | def encode_response(self, output) -> Response: |
| 23 | return {"output": output} |
| 24 | |
| 25 | |
| 26 | def test_worker_monitoring_triggers_shutdown_on_worker_death(): |
nothing calls this directly
no outgoing calls
no test coverage detected