MCPcopy
hub / github.com/plotly/dash / getRootHostContainer

Function getRootHostContainer

dash/deps/react-dom@18.2.0.js:15905–15908  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15903 }
15904
15905 function getRootHostContainer() {
15906 var rootInstance = requiredContext(rootInstanceStackCursor.current);
15907 return rootInstance;
15908 }
15909
15910 function pushHostContainer(fiber, nextRootInstance) {
15911 // Push current root instance onto the stack;

Callers 1

completeWorkFunction · 0.70

Calls 1

requiredContextFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…