MCPcopy 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_chunkMethod · 0.45
forwardToCapiProxyFunction · 0.45
startOAuthMcpServerFunction · 0.45
readBodyFunction · 0.45
createProxyFunction · 0.45
makeRequestFunction · 0.45
handleConnectMethod · 0.45
startMethod · 0.45
diagnoseMatchFailureFunction · 0.45
normalizeToolCallsFunction · 0.45

Calls

no outgoing calls

Tested by 12

createProxyFunction · 0.36
makeRequestFunction · 0.36
handlerFunction · 0.36
startOAuthMcpServerFunction · 0.36
queryFunction · 0.36
readTelemetryEntriesFunction · 0.36
sendRequestMethod · 0.36
sendRequestMethod · 0.36
drainBodyFunction · 0.36
sendRequestMethod · 0.36
makeCallbackFunction · 0.36
getConversationMessagesFunction · 0.36