MCPcopy Index your code
hub / github.com/react/react / start

Function start

packages/react-client/src/ReactFlightClient.js:3096–3098  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

3094 const stream = new ReadableStream({
3095 type: type,
3096 start(c) {
3097 controller = c;
3098 },
3099 });
3100 let previousBlockedChunk: SomeChunk<T> | null = null;
3101 const flightController = {

Calls

no outgoing calls

Tested by

no test coverage detected