MCPcopy Index your code
hub / github.com/github/copilot-sdk / wait

Method wait

python/copilot/client.py:3777–3778  ·  view source on GitHub ↗
(self, timeout=None)

Source from the content-addressed store, hash-verified

3775 self.terminate()
3776
3777 def wait(self, timeout=None):
3778 pass
3779
3780 self._process = SocketWrapper(sock_file, sock) # type: ignore
3781 self._client = JsonRpcClient(self._process)

Calls

no outgoing calls