Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/github/copilot-sdk
/ pushChunk
Method
pushChunk
nodejs/src/copilotRequestHandler.ts:505–507 ·
view source on GitHub ↗
(chunk: Uint8Array)
Source
from the content-addressed store, hash-verified
503
// --- Request body feed (driven by the adapter as chunk frames arrive) ---
504
505
pushChunk(chunk: Uint8Array): void {
506
this.#push({ chunk });
507
}
508
509
pushEnd(): void {
510
this.#push({ end: true });
Callers
1
routeChunk
Function · 0.45
Calls
1
#push
Method · 0.95
Tested by
no test coverage detected