MCPcopy Index your code
hub / github.com/microsoft/SandDance / commitHydratedContainer

Function commitHydratedContainer

docs/external/js/react-dom.development.js:7878–7881  ·  view source on GitHub ↗
(container)

Source from the content-addressed store, hash-verified

7876 return null;
7877 }
7878 function commitHydratedContainer(container) {
7879 // Retry if any event replaying was blocked on this.
7880 retryIfBlockedOn(container);
7881 }
7882 function commitHydratedSuspenseInstance(suspenseInstance) {
7883 // Retry if any event replaying was blocked on this.
7884 retryIfBlockedOn(suspenseInstance);

Callers 1

commitWorkFunction · 0.85

Calls 1

retryIfBlockedOnFunction · 0.85

Tested by

no test coverage detected