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

Function absent

packages/effect/src/Config.ts:187–190  ·  view source on GitHub ↗
(error: ConfigError)

Source from the content-addressed store, hash-verified

185})
186
187const absent = (error: ConfigError): Absent => ({
188 _tag: "Absent",
189 error
190})
191
192const evaluationFailure = (error: ConfigError, hasInput: boolean): EvaluationFailure => ({
193 error,

Callers 1

schemaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected