Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ compute.js
File
compute.js
test/hotCases/worker/remove-add-worker/compute.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
default () => Promise.resolve(42);
2
---
3
export
default
async
() => {
4
const
worker =
new
Worker(
new
URL(
"worker.js"
,
import
.meta.url));
Callers
nothing calls this directly
Calls
4
resolve
Function · 0.85
postMessage
Method · 0.80
terminate
Method · 0.80
resolve
Method · 0.65
Tested by
no test coverage detected