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

Function getTargetInstForClickEvent

code/third-party/public/app.js:4065–4069  ·  view source on GitHub ↗
(topLevelType, targetInst)

Source from the content-addressed store, hash-verified

4063}
4064
4065function getTargetInstForClickEvent(topLevelType, targetInst) {
4066 if (topLevelType === 'topClick') {
4067 return getInstIfValueChanged(targetInst);
4068 }
4069}
4070
4071function getTargetInstForInputOrChangeEvent(topLevelType, targetInst) {
4072 if (topLevelType === 'topInput' || topLevelType === 'topChange') {

Callers

nothing calls this directly

Calls 1

getInstIfValueChangedFunction · 0.70

Tested by

no test coverage detected