Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/github/copilot-sdk
/ push
Method
push
python/copilot/copilot_request_handler.py:345–346 ·
view source on GitHub ↗
(self, item: _BodyItem)
Source
from the content-addressed store, hash-verified
343
self._done = False
344
345
def
push(self, item: _BodyItem) -> None:
346
self._queue.put_nowait(item)
347
348
def
__aiter__(self) -> AsyncIterator[bytes]:
349
return
self
Callers
15
_route_chunk
Method · 0.45
forwardToCapiProxy
Function · 0.45
startOAuthMcpServer
Function · 0.45
readBody
Function · 0.45
createProxy
Function · 0.45
makeRequest
Function · 0.45
test-mcp-elicitation-server.mjs
File · 0.45
handleConnect
Method · 0.45
start
Method · 0.45
addToolResultNormalizer
Method · 0.45
diagnoseMatchFailure
Function · 0.45
normalizeToolCalls
Function · 0.45
Calls
no outgoing calls
Tested by
12
createProxy
Function · 0.36
makeRequest
Function · 0.36
handler
Function · 0.36
startOAuthMcpServer
Function · 0.36
query
Function · 0.36
readTelemetryEntries
Function · 0.36
sendRequest
Method · 0.36
sendRequest
Method · 0.36
drainBody
Function · 0.36
sendRequest
Method · 0.36
makeCallback
Function · 0.36
getConversationMessages
Function · 0.36