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

Function isString

libs/echarts/echarts.simple.js:684–686  ·  view source on GitHub ↗

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

(value)

Source from the content-addressed store, hash-verified

682 * @return {boolean}
683 */
684function isString(value) {
685 return objToString.call(value) === '[object String]';
686}
687
688/**
689 * @memberOf module:zrender/core/util

Callers 12

animateToFunction · 0.70
drawBackgroundFunction · 0.70
parseFinderFunction · 0.70
getTooltipMarkerFunction · 0.70
completeBySourceDataFunction · 0.70
doGuessOrdinalFunction · 0.70
detectValueFunction · 0.70
echarts.simple.jsFile · 0.70
parseXMLFunction · 0.70
ListFunction · 0.70
completeDimensionsFunction · 0.70
enableDataStackFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected