MCPcopy Index your code
hub / github.com/simstudioai/sim / run

Method run

apps/sim/lib/execution/e2b.ts:409–409  ·  view source on GitHub ↗
(
    command: string,
    options: {
      envs?: Record<string, string>
      timeoutMs: number
      onStdout?: (chunk: string) => void
      onStderr?: (chunk: string) => void
    }
  )

Source from the content-addressed store, hash-verified

407/** Runs commands and moves files inside a live Pi sandbox. */
408export interface PiSandboxRunner {
409 run(
410 command: string,
411 options: {
412 envs?: Record<string, string>

Callers 15

handlers.test.tsFile · 0.65
writeSandboxInputsFunction · 0.65
readSandboxOutputFileFunction · 0.65
executeShellInE2BFunction · 0.65
withPiSandboxFunction · 0.65
executeCodeFunction · 0.65
executeTaskFunction · 0.65
g9Function · 0.65
lUFunction · 0.65
UQFunction · 0.65
PXFunction · 0.65
text-editor.tsxFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected