Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
119
let
pendingTests;
120
121
function
isRunning() {
122
return
runningThreads.length > 0;
123
}
124
125
function
stopRunningTests() {
126
if
(isRunning()) {
Callers
4
stopRunningTests
Function · 0.85
onUpdate
Function · 0.85
abortTests
Function · 0.85
start
Function · 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…