Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
35
export
class
ShellProcess {
Callers
15
shell.start.test.ts
File · 0.80
worker_threads.test.ts
File · 0.80
child_process.test.ts
File · 0.80
console.test.ts
File · 0.80
hoist-pattern.test.ts
File · 0.80
vite-vue.example.js
File · 0.80
nuxt.example.js
File · 0.80
astro.example.js
File · 0.80
sveltekit.example.js
File · 0.80
foo
Function · 0.80
nodemon.example.js
File · 0.80
fs-symlinks.example.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected