MCPcopy 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

routeChunkFunction · 0.45

Calls 1

#pushMethod · 0.95

Tested by

no test coverage detected