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

Function processMessage

test/parallel/test-inspector-workers-flat-list.js:33–38  ·  view source on GitHub ↗
({ child })

Source from the content-addressed store, hash-verified

31});
32
33function processMessage({ child }) {
34 console.log(`Worker ${child} is running`);
35 if (child === MAX_DEPTH) {
36 runTest();
37 }
38}
39
40function workerCallback(message) {
41 parentPort.postMessage(message);

Callers

nothing calls this directly

Calls 2

runTestFunction · 0.70
logMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…