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

Function setExtent2

src/scale/scaleMapper.ts:468–477  ·  view source on GitHub ↗
(kind, start, end)

Source from the content-addressed store, hash-verified

466 },
467
468 setExtent2(kind, start, end) {
469 if (__DEV__) {
470 assert(!this._frozen);
471 }
472 const extentList = this._extents;
473 if (!extentList[kind]) {
474 extentList[kind] = extentList[SCALE_EXTENT_KIND_EFFECTIVE].slice();
475 }
476 writeExtent(extentList, kind, start, end);
477 },
478
479 freeze() {
480 if (__DEV__) {

Callers

nothing calls this directly

Calls 2

writeExtentFunction · 0.85
assertFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…