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

Function isIdInner

libs/echarts/echarts.simple.js:11998–12002  ·  view source on GitHub ↗

* @public * @param {Object} cptOption * @return {boolean}

(cptOption)

Source from the content-addressed store, hash-verified

11996 * @return {boolean}
11997 */
11998function isIdInner(cptOption) {
11999 return isObject$2(cptOption)
12000 && cptOption.id
12001 && (cptOption.id + '').indexOf('\0_ec_\0') === 0;
12002}
12003
12004/**
12005 * A helper for removing duplicate items between batchA and batchB,

Callers 2

mappingToExistsFunction · 0.70
echarts.simple.jsFile · 0.70

Calls 1

indexOfMethod · 0.80

Tested by

no test coverage detected