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

Method #push

nodejs/src/copilotRequestHandler.ts:519–524  ·  view source on GitHub ↗
(item: BodyQueueItem)

Source from the content-addressed store, hash-verified

517 }
518
519 #push(item: BodyQueueItem): void {
520 this.#buffer.push(item);
521 const w = this.#waker;
522 this.#waker = null;
523 w?.();
524 }
525
526 /**
527 * Request body bytes, yielded as they arrive. A cancel frame surfaces as a

Callers 3

pushChunkMethod · 0.95
pushEndMethod · 0.95
pushCancelMethod · 0.95

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected