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

Method next

src/util/model.ts:1201–1208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1199 }
1200
1201 next(): boolean {
1202 if (this._step > 0 ? this._idx < this._end : this._idx >= this._end) {
1203 this.item = this._list[this._idx];
1204 this.key = this._idx = this._idx + this._step;
1205 return true;
1206 }
1207 return false;
1208 }
1209}
1210
1211export function clearTmpModel(model: Model): void {

Callers 13

createBodyOrCornerCellsFunction · 0.95
layOutUnitsOnDimensionFunction · 0.95
oFunction · 0.80
normalProgressFunction · 0.80
largeProgressFunction · 0.80
progressFunction · 0.80
createProgressiveLayoutFunction · 0.80
renderOnDimensionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected