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

Function processSingle

src/component/dataZoom/helper.ts:130–135  ·  view source on GitHub ↗
(dataZoomModel: DataZoomModel)

Source from the content-addressed store, hash-verified

128 while (foundNewLink);
129
130 function processSingle(dataZoomModel: DataZoomModel): void {
131 if (!effectedModelMap.get(dataZoomModel.uid) && isLinked(dataZoomModel)) {
132 addToEffected(dataZoomModel);
133 foundNewLink = true;
134 }
135 }
136
137 function addToEffected(dataZoom: DataZoomModel): void {
138 effectedModelMap.set(dataZoom.uid, true);

Callers

nothing calls this directly

Calls 3

isLinkedFunction · 0.85
addToEffectedFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…