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

Function httpRequestChunk

nodejs/src/copilotRequestHandler.ts:390–397  ·  view source on GitHub ↗
(
            params: LlmInferenceHttpRequestChunkRequest
        )

Source from the content-addressed store, hash-verified

388 return {};
389 },
390 async httpRequestChunk(
391 params: LlmInferenceHttpRequestChunkRequest
392 ): Promise<LlmInferenceHttpRequestChunkResult> {
393 // May arrive before the matching start frame; get-or-create so the
394 // body is buffered, never lost.
395 routeChunk(getOrCreate(params.requestId), params);
396 return {};
397 },
398 };
399}
400

Callers

nothing calls this directly

Calls 2

routeChunkFunction · 0.85
getOrCreateFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…