MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / getRunner

Function getRunner

packages/core/src/helpers/stream.ts:24–26  ·  view source on GitHub ↗
(readableStream: ReadableStream)

Source from the content-addressed store, hash-verified

22 * @returns A runner for the given readable stream.
23 */
24export const getRunner = (readableStream: ReadableStream) => {
25 return fromReadableStream(readableStream);
26};
27
28/**
29 * Retrieves the text part from a given ChunkStream.

Callers 14

usePipeFunction · 0.90
handleSubmitFunction · 0.90
handleSubmitFunction · 0.90
handleSubmitFunction · 0.90
handleSubmitFunction · 0.90
handleSubmitFunction · 0.90
handleSubmitFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90

Calls 1

fromReadableStreamFunction · 0.85

Tested by

no test coverage detected