MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / getRootHostContainer

Function getRootHostContainer

code/composition/public/app.js:12042–12045  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12040 }
12041
12042 function getRootHostContainer() {
12043 var rootInstance = requiredContext(rootInstanceStackCursor.current);
12044 return rootInstance;
12045 }
12046
12047 function pushHostContainer(fiber, nextRootInstance) {
12048 // 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