MCPcopy 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
661function pipeWithoutWarning(source, dest) {

Callers 2

waitForWorkerMethod · 0.80
makeSyncRequestMethod · 0.80

Calls 1

receiveMessageOnPortFunction · 0.85

Tested by

no test coverage detected