MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / isArray

Function isArray

libs/echarts/echarts.simple.js:666–668  ·  view source on GitHub ↗

* @memberOf module:zrender/core/util * @param {*} value * @return {boolean}

(value)

Source from the content-addressed store, hash-verified

664 * @return {boolean}
665 */
666function isArray(value) {
667 return objToString.call(value) === '[object Array]';
668}
669
670/**
671 * @memberOf module:zrender/core/util

Callers 15

mergeFunction · 0.70
HashMapFunction · 0.70
queryDataIndexFunction · 0.70
formatTplFunction · 0.70
mergeLayoutParamFunction · 0.70
detectSourceFormatFunction · 0.70
completeBySourceDataFunction · 0.70
doGuessOrdinalFunction · 0.70
echarts.simple.jsFile · 0.70
getComponentsByTypesFunction · 0.70
processSeriesFunction · 0.70
toArrFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected