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

Function resetTextContent

docs/external/js/react-dom.development.js:7678–7680  ·  view source on GitHub ↗
(domElement)

Source from the content-addressed store, hash-verified

7676 updateProperties(domElement, updatePayload, type, oldProps, newProps);
7677 }
7678 function resetTextContent(domElement) {
7679 setTextContent(domElement, '');
7680 }
7681 function commitTextUpdate(textInstance, oldText, newText) {
7682 textInstance.nodeValue = newText;
7683 }

Callers 2

commitPlacementFunction · 0.85
commitResetTextContentFunction · 0.85

Calls 1

setTextContentFunction · 0.85

Tested by

no test coverage detected