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

Method shutdown

python/test_client.py:52–53  ·  view source on GitHub ↗
(self, *, timeout=None)

Source from the content-addressed store, hash-verified

50
51 class Runtime:
52 async def shutdown(self, *, timeout=None):
53 calls.append("runtime.shutdown")
54
55 client = CopilotClient(connection=RuntimeConnection.for_stdio(path="copilot"))
56 client._rpc = Mock(runtime=Runtime())

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected