()
| 686 | """Factory function to create A2A runner with proper closure.""" |
| 687 | |
| 688 | async def _get_a2a_runner_async() -> Runner: |
| 689 | return await adk_web_server.get_runner_async(captured_app_name) |
| 690 | |
| 691 | return _get_a2a_runner_async |
| 692 |
nothing calls this directly
no test coverage detected