MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / getTargetInstForClickEvent

Function getTargetInstForClickEvent

code/composition/public/app.js:4970–4974  ·  view source on GitHub ↗
(topLevelType, targetInst)

Source from the content-addressed store, hash-verified

4968}
4969
4970function getTargetInstForClickEvent(topLevelType, targetInst) {
4971 if (topLevelType === 'topClick') {
4972 return getInstIfValueChanged(targetInst);
4973 }
4974}
4975
4976function getTargetInstForInputOrChangeEvent(topLevelType, targetInst) {
4977 if (topLevelType === 'topInput' || topLevelType === 'topChange') {

Callers

nothing calls this directly

Calls 1

getInstIfValueChangedFunction · 0.70

Tested by

no test coverage detected