MCPcopy
hub / github.com/facebook/react / beginWriting

Function beginWriting

packages/react-server/src/ReactServerStreamConfigFB.js:26–26  ·  view source on GitHub ↗
(destination: Destination)

Source from the content-addressed store, hash-verified

24export const requestStorage: AsyncLocalStorage<Request | void> = (null: any);
25
26export function beginWriting(destination: Destination) {}
27
28export function writeChunk(
29 destination: Destination,

Callers 2

flushCompletedQueuesFunction · 0.90
flushCompletedChunksFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected