MCPcopy Create free account
hub / github.com/agent-tower/core / process-launch.test.ts

File process-launch.test.ts

packages/server/src/utils/process-launch.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { execFileSync, spawn, spawnSync } from 'node:child_process'
2import { existsSync, mkdirSync, mkdtempSync, rmSync, writeFileSync } from 'node:fs'
3import os from 'node:os'
4import path from 'node:path'

Callers

nothing calls this directly

Calls 13

buildPtyWrapperEnvFunction · 0.85
buildPtyCommandFunction · 0.85
buildPtyCommandWithStdinFunction · 0.85
getNodeRuntimeCommandFunction · 0.85
getDefaultTerminalShellFunction · 0.85
isAliveFunction · 0.85
waitUntilFunction · 0.85
killMethod · 0.65
joinMethod · 0.45

Tested by

no test coverage detected