MCPcopy
hub / github.com/TanStack/router / start

Function start

packages/start-client-core/tests/frame-decoder.test.ts:47–50  ·  view source on GitHub ↗
(controller)

Source from the content-addressed store, hash-verified

45 const badFrame = encodeFrame(99, 0, new Uint8Array(0))
46 const input = new ReadableStream<Uint8Array>({
47 start(controller) {
48 controller.enqueue(badFrame)
49 controller.close()
50 },
51 })
52
53 const { jsonChunks } = createFrameDecoder(input)

Callers

nothing calls this directly

Calls 2

enqueueMethod · 0.80
closeMethod · 0.65

Tested by

no test coverage detected