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

Function _dispose_isolated

python/e2e/test_rpc_server_misc_e2e.py:61–64  ·  view source on GitHub ↗
(client: CopilotClient, home: Path)

Source from the content-addressed store, hash-verified

59
60
61async def _dispose_isolated(client: CopilotClient, home: Path) -> None:
62 await _stop_client(client)
63 with contextlib.suppress(OSError):
64 shutil.rmtree(home, ignore_errors=True)
65
66
67class TestRpcServerMisc:

Calls 1

_stop_clientFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…