MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / isInDOMSubtree

Function isInDOMSubtree

src/TooltipPopoverWrapper.js:62–66  ·  view source on GitHub ↗
(element, subtreeRoot)

Source from the content-addressed store, hash-verified

60};
61
62function isInDOMSubtree(element, subtreeRoot) {
63 return (
64 subtreeRoot && (element === subtreeRoot || subtreeRoot.contains(element))
65 );
66}
67
68function isInDOMSubtrees(element, subtreeRoots = []) {
69 return (

Callers 2

isInDOMSubtreesFunction · 0.85
handleDocumentClickFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…