MCPcopy Create free account
hub / github.com/freeCodeCamp/freeCodeCamp /

Class

curriculum/src/test/utils/pseudo-worker.js:2–2  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1function createPseudoWorker(context) {
2 class PseudoWorker {
3 constructor(path) {
4 this.terminated = false;
5 this.worker = context.evaluateHandle(path => new Worker(path), path);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected