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

Function abortTests

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

Source from the content-addressed store, hash-verified

303
304 let isAborted = false;
305 function abortTests() {
306 if (!isRunning()) {
307 return;
308 }
309 isAborted = true;
310 stopRunningTests();
311 io.of('/client').emit('abort');
312 }
313
314 socket.on('syncRunConfig', async ({
315 runConfig,

Callers 1

startFunction · 0.85

Calls 2

isRunningFunction · 0.85
stopRunningTestsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…