(rootContainerElement)
| 9659 | } |
| 9660 | |
| 9661 | function getOwnerDocumentFromRootContainer(rootContainerElement) { |
| 9662 | return rootContainerElement.nodeType === DOCUMENT_NODE ? rootContainerElement : rootContainerElement.ownerDocument; |
| 9663 | } |
| 9664 | |
| 9665 | function noop() {} |
| 9666 |
no outgoing calls
no test coverage detected
searching dependent graphs…