MCPcopy Index your code
hub / github.com/developit/workerize-loader / foo

Function foo

test/src/worker.js:5–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3export { otherFoo };
4
5export function foo() {
6 return 1;
7}
8
9export function throwError() {
10 throw new Error('Error in worker.js');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected