Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ receiveMessageSync
Method
receiveMessageSync
lib/internal/worker.js:656–658 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
654
}
655
656
receiveMessageSync() {
657
return
receiveMessageOnPort(this[kPublicPort]);
658
}
659
}
660
661
function
pipeWithoutWarning(source, dest) {
Callers
2
waitForWorker
Method · 0.80
makeSyncRequest
Method · 0.80
Calls
1
receiveMessageOnPort
Function · 0.85
Tested by
no test coverage detected