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

Function getTargetInstForClickEvent

code/redux/public/app.js:5083–5087  ·  view source on GitHub ↗
(topLevelType, targetInst)

Source from the content-addressed store, hash-verified

5081}
5082
5083function getTargetInstForClickEvent(topLevelType, targetInst) {
5084 if (topLevelType === 'topClick') {
5085 return getInstIfValueChanged(targetInst);
5086 }
5087}
5088
5089function getTargetInstForInputOrChangeEvent(topLevelType, targetInst) {
5090 if (topLevelType === 'topInput' || topLevelType === 'topChange') {

Callers

nothing calls this directly

Calls 1

getInstIfValueChangedFunction · 0.70

Tested by

no test coverage detected