MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / load

Method load

apps/cloud/worker-configuration.d.ts:3708–3708  ·  view source on GitHub ↗
(code: WorkerLoaderWorkerCode)

Source from the content-addressed store, hash-verified

3706 getCode: () => WorkerLoaderWorkerCode | Promise<WorkerLoaderWorkerCode>,
3707 ): WorkerStub;
3708 load(code: WorkerLoaderWorkerCode): WorkerStub;
3709}
3710interface WorkerLoaderModule {
3711 js?: string;

Callers 4

startOneShotWorkerFunction · 0.80
loadBundlerWorkerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected