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

Function flushBuffered

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

Source from the content-addressed store, hash-verified

19export opaque type BinaryChunk = string;
20
21export function flushBuffered(destination: Destination) {}
22
23export const supportsRequestStorage = false;
24export const requestStorage: AsyncLocalStorage<Request | void> = (null: any);

Callers 2

flushCompletedQueuesFunction · 0.90
flushCompletedChunksFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected