MCPcopy Index your code
hub / github.com/apache/echarts / modify

Method modify

src/data/DataStore.ts:807–809  ·  view source on GitHub ↗

* @caution Danger!! Only used in dataStack.

(dims: DimensionIndex[], cb: MapCb)

Source from the content-addressed store, hash-verified

805 * @caution Danger!! Only used in dataStack.
806 */
807 modify(dims: DimensionIndex[], cb: MapCb) {
808 this._updateDims(this, dims, cb);
809 }
810
811 private _updateDims(
812 target: DataStore,

Callers 1

calculateStackFunction · 0.45

Calls 1

_updateDimsMethod · 0.95

Tested by

no test coverage detected