MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / getRootHostContainer

Function getRootHostContainer

code/third-party/public/app.js:11137–11140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11135 }
11136
11137 function getRootHostContainer() {
11138 var rootInstance = requiredContext(rootInstanceStackCursor.current);
11139 return rootInstance;
11140 }
11141
11142 function pushHostContainer(fiber, nextRootInstance) {
11143 // Push current root instance onto the stack;

Callers 2

ReactFiberCompleteWorkFunction · 0.70
completeWorkFunction · 0.70

Calls 1

requiredContextFunction · 0.70

Tested by

no test coverage detected