MCPcopy Create free account
hub / github.com/github/copilot-sdk / _stop_client

Function _stop_client

python/e2e/test_rpc_server_misc_e2e.py:56–58  ·  view source on GitHub ↗
(client: CopilotClient)

Source from the content-addressed store, hash-verified

54
55
56async def _stop_client(client: CopilotClient) -> None:
57 with contextlib.suppress(ExceptionGroup, Exception):
58 await client.stop()
59
60
61async def _dispose_isolated(client: CopilotClient, home: Path) -> None:

Callers 2

_dispose_isolatedFunction · 0.70

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…