MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / cloneDimStore

Function cloneDimStore

libs/echarts/echarts.simple.js:31611–31617  ·  view source on GitHub ↗
(originalDimStore)

Source from the content-addressed store, hash-verified

31609}
31610
31611function cloneDimStore(originalDimStore) {
31612 var newDimStore = new Array(originalDimStore.length);
31613 for (var j = 0; j < originalDimStore.length; j++) {
31614 newDimStore[j] = cloneChunk(originalDimStore[j]);
31615 }
31616 return newDimStore;
31617}
31618
31619function getInitialExtent() {
31620 return [Infinity, -Infinity];

Callers 1

cloneListForMapAndSampleFunction · 0.70

Calls 1

cloneChunkFunction · 0.70

Tested by

no test coverage detected