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

Method get_stderr_output

python/copilot/_jsonrpc.py:124–127  ·  view source on GitHub ↗

Get captured stderr output

(self)

Source from the content-addressed store, hash-verified

122 logger.debug("Error reading Copilot CLI stderr", exc_info=True)
123
124 def get_stderr_output(self) -> str:
125 """Get captured stderr output"""
126 with self._stderr_lock:
127 return "".join(self._stderr_output).strip()
128
129 async def stop(self):
130 """Stop listening and clean up"""

Callers 2

startMethod · 0.80

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected