(node)
| 7949 | node[internalContainerInstanceKey] = null; |
| 7950 | } |
| 7951 | function isContainerMarkedAsRoot(node) { |
| 7952 | return !!node[internalContainerInstanceKey]; |
| 7953 | } // Given a DOM node, return the closest HostComponent or HostText fiber ancestor. |
| 7954 | // If the target node is part of a hydrated or not yet rendered subtree, then |
| 7955 | // this may also return a SuspenseComponent or HostRoot to indicate that. |
| 7956 | // Conceptually the HostRoot fiber is a child of the Container node. So if you |
no outgoing calls
no test coverage detected