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

Class

packages/tools/docgen/src/Domain.ts:330–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328 * @since 0.6.0
329 */
330export class Process extends Context.Service<Process, {
331 readonly cwd: Effect.Effect<string>
332 readonly platform: Effect.Effect<NodeJS.Platform>
333 readonly argv: Effect.Effect<Array<string>>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected