Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
187
const
absent = (error: ConfigError): Absent => ({
188
_tag:
"Absent"
,
189
error
190
})
191
192
const
evaluationFailure = (error: ConfigError, hasInput: boolean): EvaluationFailure => ({
193
error,
Callers
1
schema
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected