MCPcopy
hub / github.com/vercel-labs/just-bash / RunResult

Interface RunResult

packages/just-bash-executor/src/node-esm-smoke.test.ts:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32);
33
34interface RunResult {
35 status: number | null;
36 stdout: string;
37 stderr: string;
38}
39
40function nodeRun(script: string, timeoutMs = 20_000): RunResult {
41 const r = spawnSync("node", ["--input-type=module", "-e", script], {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…