* @public * @param {Object} cptOption * @return {boolean}
(cptOption)
| 11996 | * @return {boolean} |
| 11997 | */ |
| 11998 | function 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, |
no test coverage detected