MCPcopy Create free account
hub / github.com/cloudflare/computer /

Class

packages/computer/src/backends/worker-shell/entrypoint.ts:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 | { id: string; seq: number; name: "exit"; value: number };
87
88export class ShellWorker<
89 Env extends ShellWorkerEnv = ShellWorkerEnv,
90> extends WorkerEntrypoint<Env> {
91 // Subclasses override to change the default cwd.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected