MCPcopy
hub / github.com/webpack/webpack / worker.js

File worker.js

test/cases/side-effects/issue-11673/worker.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Y } from "./module";
2import { parentPort } from "worker_threads";
3
4parentPort.postMessage(Y());

Callers

nothing calls this directly

Calls 2

YFunction · 0.90
postMessageMethod · 0.80

Tested by

no test coverage detected