Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
33
function
processMessage({ child }) {
34
console.log(`Worker ${child} is running`);
35
if
(child === MAX_DEPTH) {
36
runTest();
37
}
38
}
39
40
function
workerCallback(message) {
41
parentPort.postMessage(message);
Callers
nothing calls this directly
Calls
2
runTest
Function · 0.70
log
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…