| 355 | ]); |
| 356 | |
| 357 | interface BuildEnvOptions { |
| 358 | trusted: boolean; |
| 359 | port: number; |
| 360 | skillToken: string; |
| 361 | } |
| 362 | |
| 363 | export function buildSpawnEnv(opts: BuildEnvOptions): Record<string, string> { |
| 364 | const out: Record<string, string> = {}; |
nothing calls this directly
no outgoing calls
no test coverage detected