MCPcopy Create free account
hub / github.com/plotly/dash / getOwnerDocumentFromRootContainer

Function getOwnerDocumentFromRootContainer

dash/deps/react-dom@18.3.1.js:9661–9663  ·  view source on GitHub ↗
(rootContainerElement)

Source from the content-addressed store, hash-verified

9659 }
9660
9661 function getOwnerDocumentFromRootContainer(rootContainerElement) {
9662 return rootContainerElement.nodeType === DOCUMENT_NODE ? rootContainerElement : rootContainerElement.ownerDocument;
9663 }
9664
9665 function noop() {}
9666

Callers 2

createElementFunction · 0.70
createTextNodeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…