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

Function getTargetInstForClickEvent

code/styling/public/app.js:4832–4836  ·  view source on GitHub ↗
(topLevelType, targetInst)

Source from the content-addressed store, hash-verified

4830}
4831
4832function getTargetInstForClickEvent(topLevelType, targetInst) {
4833 if (topLevelType === 'topClick') {
4834 return getInstIfValueChanged(targetInst);
4835 }
4836}
4837
4838function getTargetInstForInputOrChangeEvent(topLevelType, targetInst) {
4839 if (topLevelType === 'topInput' || topLevelType === 'topChange') {

Callers

nothing calls this directly

Calls 1

getInstIfValueChangedFunction · 0.70

Tested by

no test coverage detected