MCPcopy Create free account
hub / github.com/reactjs/react-rails / getRootHostContainer

Function getRootHostContainer

lib/assets/react-source/development/react.js:18108–18111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18106 }
18107
18108 function getRootHostContainer() {
18109 var rootInstance = requiredContext(rootInstanceStackCursor.current);
18110 return rootInstance;
18111 }
18112
18113 function pushHostContainer(fiber, nextRootInstance) {
18114 // Push current root instance onto the stack;

Callers 1

completeWorkFunction · 0.85

Calls 1

requiredContextFunction · 0.85

Tested by

no test coverage detected