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

Function getRootHostContainer

code/communication/public/app.js:11939–11942  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11937 }
11938
11939 function getRootHostContainer() {
11940 var rootInstance = requiredContext(rootInstanceStackCursor.current);
11941 return rootInstance;
11942 }
11943
11944 function pushHostContainer(fiber, nextRootInstance) {
11945 // 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