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

Function getTargetInstForClickEvent

code/communication/public/app.js:4867–4871  ·  view source on GitHub ↗
(topLevelType, targetInst)

Source from the content-addressed store, hash-verified

4865}
4866
4867function getTargetInstForClickEvent(topLevelType, targetInst) {
4868 if (topLevelType === 'topClick') {
4869 return getInstIfValueChanged(targetInst);
4870 }
4871}
4872
4873function getTargetInstForInputOrChangeEvent(topLevelType, targetInst) {
4874 if (topLevelType === 'topInput' || topLevelType === 'topChange') {

Callers

nothing calls this directly

Calls 1

getInstIfValueChangedFunction · 0.70

Tested by

no test coverage detected