MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor /

Class

packages/core/api/src/observability.test.ts:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 it.effect("non-storage typed failures pass through unchanged", () =>
75 Effect.gen(function* () {
76 class DomainError {
77 readonly _tag = "DomainError" as const;
78 }
79 const eff = Effect.fail(new DomainError()) as Effect.Effect<never, DomainError>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected