MCPcopy Index your code
hub / github.com/microsoft/SandDance / commitTextUpdate

Function commitTextUpdate

docs/external/js/react-dom.development.js:7681–7683  ·  view source on GitHub ↗
(textInstance, oldText, newText)

Source from the content-addressed store, hash-verified

7679 setTextContent(domElement, '');
7680 }
7681 function commitTextUpdate(textInstance, oldText, newText) {
7682 textInstance.nodeValue = newText;
7683 }
7684 function appendChild(parentInstance, child) {
7685 parentInstance.appendChild(child);
7686 }

Callers 1

commitWorkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected