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

Function addToEffected

src/component/dataZoom/helper.ts:137–141  ·  view source on GitHub ↗
(dataZoom: DataZoomModel)

Source from the content-addressed store, hash-verified

135 }
136
137 function addToEffected(dataZoom: DataZoomModel): void {
138 effectedModelMap.set(dataZoom.uid, true);
139 effectedModels.push(dataZoom);
140 markAxisControlled(dataZoom);
141 }
142
143 function isLinked(dataZoomModel: DataZoomModel): boolean {
144 let isLink = false;

Callers 2

findEffectedDataZoomsFunction · 0.85
processSingleFunction · 0.85

Calls 1

markAxisControlledFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…