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

Function read

packages/react-dom/src/server/ReactDOMFizzStaticNode.js:132–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130 function onAllReady() {
131 const readable: Readable = new Readable({
132 read() {
133 startFlowing(request, writable);
134 },
135 });
136 const writable = createFakeWritableFromReadable(readable);
137

Callers

nothing calls this directly

Calls 1

startFlowingFunction · 0.90

Tested by

no test coverage detected