MCPcopy Index your code
hub / github.com/nodejs/node / onOnline

Function onOnline

benchmark/worker/echo.js:42–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 function onOnline() {
43 if (++readies === workers) {
44 bench.start();
45 broadcast();
46 }
47 }
48
49 function broadcast() {
50 if (broadcasts++ === n) {

Callers

nothing calls this directly

Calls 2

broadcastFunction · 0.70
startMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…