MCPcopy Create free account
hub / github.com/Sandpack/nodebox-runtime / ShellApi

Class ShellApi

packages/nodebox/src/modules/shell.ts:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25};
26
27export class ShellApi {
28 constructor(private readonly channel: MessageSender) {}
29
30 public create(): ShellProcess {
31 return new ShellProcess(this.channel);
32 }
33}
34
35export class ShellProcess {
36 public id?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected