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

Function commitResetTextContent

docs/external/js/react-dom.development.js:20823–20826  ·  view source on GitHub ↗
(current)

Source from the content-addressed store, hash-verified

20821 }
20822
20823 function commitResetTextContent(current) {
20824
20825 resetTextContent(current.stateNode);
20826 }
20827
20828 var PossiblyWeakMap$1 = typeof WeakMap === 'function' ? WeakMap : Map;
20829

Callers 1

commitMutationEffectsFunction · 0.85

Calls 1

resetTextContentFunction · 0.85

Tested by

no test coverage detected