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

Function getRootHostContainer

code/event-handlers/public/app.js:11234–11237  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11232 }
11233
11234 function getRootHostContainer() {
11235 var rootInstance = requiredContext(rootInstanceStackCursor.current);
11236 return rootInstance;
11237 }
11238
11239 function pushHostContainer(fiber, nextRootInstance) {
11240 // 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