MCPcopy Create free account
hub / github.com/effect-app/libs / make

Function make

repos/effect/packages/effect/src/Config.ts:131–137  ·  view source on GitHub ↗
(
  parse: (provider: ConfigProvider.ConfigProvider, pathPrefix: Path) => Effect.Effect<T, ConfigError>
)

Source from the content-addressed store, hash-verified

129type Resolution<T> = Resolved<T> | Absent
130
131interface EvaluationFailure {
132 readonly error: ConfigError
133 readonly hasInput: boolean
134}
135
136type Evaluator<T> = (
137 provider: ConfigProvider.ConfigProvider,
138 pathPrefix: Path
139) => Effect.Effect<Resolution<T>, EvaluationFailure>
140

Callers 6

Config.tsFile · 0.70
allFunction · 0.70
unwrapFunction · 0.70
schemaFunction · 0.70
failFunction · 0.70
succeedFunction · 0.70

Calls 1

parseFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…