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

Function onMessage

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

Source from the content-addressed store, hash-verified

61 }
62
63 function onMessage() {
64 if (++msgCount === expectedPerBroadcast) {
65 msgCount = 0;
66 broadcast();
67 }
68 }
69}

Callers

nothing calls this directly

Calls 1

broadcastFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…