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

Method constructor

packages/nodebox/src/modules/shell.ts:28–28  ·  view source on GitHub ↗
(private readonly channel: MessageSender)

Source from the content-addressed store, hash-verified

26
27export class ShellApi {
28 constructor(private readonly channel: MessageSender) {}
29
30 public create(): ShellProcess {
31 return new ShellProcess(this.channel);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected