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

Function appendChild

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

Source from the content-addressed store, hash-verified

7682 textInstance.nodeValue = newText;
7683 }
7684 function appendChild(parentInstance, child) {
7685 parentInstance.appendChild(child);
7686 }
7687 function appendChildToContainer(container, child) {
7688 var parentNode;
7689

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected