Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ onShellReady
Function
onShellReady
packages/react-dom/src/__tests__/ReactDOMFizzServer-test.js:1542–1546 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1540
{
1541
identifierPrefix:
'A_'
,
1542
onShellReady() {
1543
writableA.write(
'<div id="container-A">'
);
1544
pipe(writableA);
1545
writableA.write(
'</div>'
);
1546
},
1547
},
1548
);
1549
});
Callers
1
ReactDOMFizzServer-test.js
File · 0.70
Calls
2
write
Method · 0.65
pipe
Function · 0.50
Tested by
no test coverage detected