MCPcopy
hub / github.com/apache/echarts / map

Method map

src/data/DataStore.ts:797–802  ·  view source on GitHub ↗

* Data mapping to a new List with given dimensions

(dims: DimensionIndex[], cb: MapCb)

Source from the content-addressed store, hash-verified

795 * Data mapping to a new List with given dimensions
796 */
797 map(dims: DimensionIndex[], cb: MapCb): DataStore {
798 // TODO only clone picked chunks.
799 const target = this.clone(dims);
800 this._updateDims(target, dims, cb);
801 return target;
802 }
803
804 /**
805 * @caution Danger!! Only used in dataStack.

Callers 15

renderHomepage3DemoFunction · 0.45
invokeFactoryFunction · 0.45
loadDepsFunction · 0.45
sFunction · 0.45
fFunction · 0.45
jquery.min.jsFile · 0.45
RFunction · 0.45
kbFunction · 0.45
cli.jsFile · 0.45
genReport.jsFile · 0.45
readFilePathsFunction · 0.45

Calls 2

cloneMethod · 0.95
_updateDimsMethod · 0.95

Tested by 1

doTestFunction · 0.36