(client: CopilotClient)
| 54 | |
| 55 | |
| 56 | async def _stop_client(client: CopilotClient) -> None: |
| 57 | with contextlib.suppress(ExceptionGroup, Exception): |
| 58 | await client.stop() |
| 59 | |
| 60 | |
| 61 | async def _dispose_isolated(client: CopilotClient, home: Path) -> None: |
no test coverage detected
searching dependent graphs…