MCPcopy Create free account
hub / github.com/github/copilot-sdk / pushEnd

Method pushEnd

nodejs/src/copilotRequestHandler.ts:509–511  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

507 }
508
509 pushEnd(): void {
510 this.#push({ end: true });
511 }
512
513 pushCancel(reason?: string): void {
514 this.#cancelled = true;

Callers 1

routeChunkFunction · 0.45

Calls 1

#pushMethod · 0.95

Tested by

no test coverage detected