MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev /

Class

apps/web/queue/jobs.ts:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11let instance: WorkerUtils | undefined;
12class WorkerSingleton {
13 private static async createInstance() {
14 await downloadCert();
15 return makeWorkerUtils({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected