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

Method readline

python/test_jsonrpc.py:276–277  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

274 """Stream that immediately returns empty bytes (simulates process death / EOF)."""
275
276 def readline(self):
277 return b""
278
279 def read(self, n: int) -> bytes:
280 return b""

Callers 4

_stderr_loopMethod · 0.45
_read_messageMethod · 0.45
_start_oauth_mcp_serverFunction · 0.45
startMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected