MCPcopy
hub / github.com/xiangyuecn/Recorder / clearScopes

Function clearScopes

assets/runtime-codes/dsp.test.fft.analysis.js:180–190  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178var Keys=[KeyFast,KeyExact,KeyAnalyser];
179var testScopes=[];
180var clearScopes=function(){
181 for(var n=0;n<testScopes.length;n++){
182 for(var i=0;i<Keys.length;i++){
183 var item=testScopes[n][Keys[i]];
184 if(item.chart)item.chart.dispose();
185 }
186 }
187 testScopes=[];
188 $(".echartsBox").remove();
189 testSyncID++;
190};
191var testSyncID=0;
192
193//调用测试

Callers

nothing calls this directly

Calls 1

$Function · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…