MCPcopy Index your code
hub / github.com/apache/echarts / retrieveInputDefineList

Function retrieveInputDefineList

test/lib/testHelper.js:866–875  ·  view source on GitHub ↗
(define)

Source from the content-addressed store, hash-verified

864 }
865
866 function retrieveInputDefineList(define) {
867 var defineList = retrieveValue(define.buttons, define.button, define.input, define.inputs);
868 if (typeof defineList === 'function') {
869 defineList = defineList(chart);
870 }
871 if (!(defineList instanceof Array)) {
872 defineList = defineList ? [defineList] : [];
873 }
874 return defineList;
875 }
876
877 function getInputsTextHTML(inputDefine, defaultText) {
878 return encodeHTML(retrieveValue(inputDefine.name, inputDefine.text, defaultText));

Callers 2

initInputsFunction · 0.85
createGroupSetInputFunction · 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…