MCPcopy Index your code
hub / github.com/apache/echarts / isRunning

Function isRunning

test/runTest/server.js:121–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119let pendingTests;
120
121function isRunning() {
122 return runningThreads.length > 0;
123}
124
125function stopRunningTests() {
126 if (isRunning()) {

Callers 4

stopRunningTestsFunction · 0.85
onUpdateFunction · 0.85
abortTestsFunction · 0.85
startFunction · 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…