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

Function setAsPrimitive

libs/echarts/echarts-en.simple.js:835–837  ·  view source on GitHub ↗

* Set an object as primitive to be ignored traversing children in clone or merge

(obj)

Source from the content-addressed store, hash-verified

833 * Set an object as primitive to be ignored traversing children in clone or merge
834 */
835function setAsPrimitive(obj) {
836 obj[primitiveKey] = true;
837}
838
839function isPrimitive(obj) {
840 return obj[primitiveKey];

Callers 2

EChartsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected