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

Class

packages/computer/src/with-workspace.ts:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 options: (self: InstanceType<TBase>) => WorkspaceOptions,
62): WithWorkspaceCtor<TBase> {
63 class WithWorkspace extends Base {
64 // biome-ignore lint/suspicious/noExplicitAny: mixin constructor shape requires any[]
65 constructor(...args: any[]) {
66 super(...args);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected