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

Function getTargetInstForClickEvent

docs/external/js/react-dom.development.js:9358–9362  ·  view source on GitHub ↗
(topLevelType, targetInst)

Source from the content-addressed store, hash-verified

9356 }
9357
9358 function getTargetInstForClickEvent(topLevelType, targetInst) {
9359 if (topLevelType === TOP_CLICK) {
9360 return getInstIfValueChanged(targetInst);
9361 }
9362 }
9363
9364 function getTargetInstForInputOrChangeEvent(topLevelType, targetInst) {
9365 if (topLevelType === TOP_INPUT || topLevelType === TOP_CHANGE) {

Callers

nothing calls this directly

Calls 1

getInstIfValueChangedFunction · 0.85

Tested by

no test coverage detected