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

Method getEntrypoint

apps/cloud/worker-configuration.d.ts:3695–3695  ·  view source on GitHub ↗
(
    name?: string,
    options?: WorkerStubEntrypointOptions,
  )

Source from the content-addressed store, hash-verified

3693}
3694interface WorkerStub {
3695 getEntrypoint<T extends Rpc.WorkerEntrypointBranded | undefined>(
3696 name?: string,
3697 options?: WorkerStubEntrypointOptions,
3698 ): Fetcher<T>;

Callers 5

startOneShotWorkerFunction · 0.80
startStableWorkerFunction · 0.80
loadBundlerWorkerFunction · 0.80
startDynamicWorkerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected