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

Function onUpdate

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

Source from the content-addressed store, hash-verified

222 }
223 }
224 function onUpdate() {
225 // Merge tests.
226 if (isRunning() && !noSave) {
227 socket.emit('update', {
228 tests: getTestsList(),
229 running: true
230 });
231 }
232 }
233
234 // Assigning tests to threads
235 runningThreads = new Array(threadsCount).fill(0).map(() => new Thread() );

Callers

nothing calls this directly

Calls 1

isRunningFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…