MCPcopy Index your code
hub / github.com/Sandpack/nodebox-runtime / create

Method create

packages/nodebox/src/modules/shell.ts:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 constructor(private readonly channel: MessageSender) {}
29
30 public create(): ShellProcess {
31 return new ShellProcess(this.channel);
32 }
33}
34
35export class ShellProcess {

Callers 15

console.test.tsFile · 0.80
nuxt.example.jsFile · 0.80
astro.example.jsFile · 0.80
fooFunction · 0.80
nodemon.example.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected