MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / sendToParentThread

Function sendToParentThread

lib/command/workers/runTests.js:551–553  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

549}
550
551function sendToParentThread(data) {
552 parentPort?.postMessage(data)
553}
554
555function listenToParentThread() {
556 if (!poolMode) {

Callers 2

runPoolTestsFunction · 0.85
initializeListenersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected