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

Function getRootHostContainer

docs/external/js/react-dom.development.js:14548–14551  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14546 }
14547
14548 function getRootHostContainer() {
14549 var rootInstance = requiredContext(rootInstanceStackCursor.current);
14550 return rootInstance;
14551 }
14552
14553 function pushHostContainer(fiber, nextRootInstance) {
14554 // Push current root instance onto the stack;

Callers 1

completeWorkFunction · 0.85

Calls 1

requiredContextFunction · 0.85

Tested by

no test coverage detected