MCPcopy
hub / github.com/apache/echarts / shouldPrevent

Function shouldPrevent

test/lib/testHelper.js:839–847  ·  view source on GitHub ↗
(inputId, names)

Source from the content-addressed store, hash-verified

837 }
838
839 function shouldPrevent(inputId, names) {
840 var prevent = _inputsDict[inputId].__inputDefine.prevent || {};
841 for (var idx = 0; idx < names.length; idx++) {
842 if (prevent[names[idx]]) {
843 return true;
844 }
845 }
846 return false;
847 }
848
849 function findInputCreatedAndCheck(inputId, errorHandling) {
850 var inputCreated = _inputsDict[inputId];

Callers 4

replayInputsFunction · 0.85
wrapUserInputListenerFunction · 0.85
setInputsStateFunction · 0.85
getInputsStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…