MCPcopy Create free account
hub / github.com/microsoft/SandDance / insertBefore

Function insertBefore

docs/external/js/react-dom.development.js:7713–7715  ·  view source on GitHub ↗
(parentInstance, child, beforeChild)

Source from the content-addressed store, hash-verified

7711 }
7712 }
7713 function insertBefore(parentInstance, child, beforeChild) {
7714 parentInstance.insertBefore(child, beforeChild);
7715 }
7716 function insertInContainerBefore(container, child, beforeChild) {
7717 if (container.nodeType === COMMENT_NODE) {
7718 container.parentNode.insertBefore(child, beforeChild);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected