MCPcopy Create free account
hub / github.com/Effect-TS/effect / DenoChildProcessSpawner.ts

File DenoChildProcessSpawner.ts

packages/platform/deno/src/DenoChildProcessSpawner.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * Deno implementation of the child process spawner service.
3 *
4 * This module uses `Deno.Command` and Web Streams directly. Deno cannot create

Callers

nothing calls this directly

Calls 15

makeHandleFunction · 0.90
resolveWorkingDirectoryFunction · 0.85
joinMethod · 0.80
pushMethod · 0.80
unsupportedFunction · 0.70
resolveStdinOptionFunction · 0.70
resolveOutputOptionFunction · 0.70
resolveEnvironmentFunction · 0.70
spawnFunction · 0.70
inputToStdioOptionFunction · 0.70
outputToStdioOptionFunction · 0.70
withTimeoutFunction · 0.70

Tested by

no test coverage detected