(parentInstance, child)
| 11106 | } |
| 11107 | |
| 11108 | function removeChild(parentInstance, child) { |
| 11109 | parentInstance.removeChild(child); |
| 11110 | } |
| 11111 | function removeChildFromContainer(container, child) { |
| 11112 | if (container.nodeType === COMMENT_NODE) { |
| 11113 | container.parentNode.removeChild(child); |
no test coverage detected
searching dependent graphs…