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

Function removeUnusedCacheVisual

src/component/axis/axisBreakHelperImpl.ts:94–100  ·  view source on GitHub ↗
(visualList: CacheBreakVisual[])

Source from the content-addressed store, hash-verified

92}
93
94function removeUnusedCacheVisual(visualList: CacheBreakVisual[]): void {
95 for (let i = visualList.length - 1; i >= 0; i--) {
96 if (visualList[i].shouldRemove) {
97 visualList.splice(i, 1);
98 }
99 }
100}
101
102function rectCoordBuildBreakAxis(
103 axisGroup: Group,

Callers 1

rectCoordBuildBreakAxisFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…