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

Function getRootHostContainer

code/redux/public/app.js:12155–12158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12153 }
12154
12155 function getRootHostContainer() {
12156 var rootInstance = requiredContext(rootInstanceStackCursor.current);
12157 return rootInstance;
12158 }
12159
12160 function pushHostContainer(fiber, nextRootInstance) {
12161 // 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