MCPcopy Create free account
hub / github.com/apache/echarts / run

Function run

test/lib/testHelper.js:2153–2156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2151 };
2152
2153 function run() {
2154 setRunning(true);
2155 nextFrame();
2156 }
2157
2158 function pause() {
2159 setRunning(false);

Callers 1

testHelper.jsFile · 0.70

Calls 2

setRunningFunction · 0.85
nextFrameFunction · 0.85

Tested by

no test coverage detected