Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
routeChunk
Function · 0.45
Calls
1
#push
Method · 0.95
Tested by
no test coverage detected