MCPcopy
hub / github.com/remix-run/react-router / start

Function start

integration/transition-test.ts:251–254  ·  view source on GitHub ↗
(controller)

Source from the content-addressed store, hash-verified

249
250 let body = new ReadableStream<Uint8Array>({
251 async start(controller) {
252 let buffer = await responses[0].body();
253 controller.enqueue(new Uint8Array(buffer));
254 },
255 });
256 const decoded = await decodeViaTurboStream(body, global);
257

Callers

nothing calls this directly

Calls 1

enqueueMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…