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

Function resolved

packages/effect/src/Config.ts:181–185  ·  view source on GitHub ↗
(value: T, hasInput: boolean)

Source from the content-addressed store, hash-verified

179): Effect.Effect<Resolution<T>, EvaluationFailure> => (self as ConfigImpl<T>).evaluator(provider, pathPrefix)
180
181const resolved = <T>(value: T, hasInput: boolean): Resolution<T> => ({
182 _tag: "Resolved",
183 value,
184 hasInput
185})
186
187const absent = (error: ConfigError): Absent => ({
188 _tag: "Absent",

Callers 6

preserveInputEvidenceFunction · 0.70
Config.tsFile · 0.70
resolveArrayFunction · 0.70
resolveRecordFunction · 0.70
schemaFunction · 0.70
succeedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected