* @caution Danger!! Only used in dataStack.
(dims: DimensionIndex[], cb: MapCb)
| 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, |
no test coverage detected