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

Method oldGetKey

src/component/helper/BrushController.ts:407–409  ·  view source on GitHub ↗
(cover: BrushCover, index: number)

Source from the content-addressed store, hash-verified

405 }
406
407 function oldGetKey(cover: BrushCover, index: number): string {
408 return getKey(cover.__brushOption, index);
409 }
410
411 function addOrUpdate(newIndex: number, oldIndex?: number): void {
412 const newBrushInternal = coverConfigList[newIndex];

Callers

nothing calls this directly

Calls 1

getKeyFunction · 0.85

Tested by

no test coverage detected