Function
make
(
parse: (provider: ConfigProvider.ConfigProvider, pathPrefix: Path) => Effect.Effect<T, ConfigError>
)
Source from the content-addressed store, hash-verified
| 129 | type Resolution<T> = Resolved<T> | Absent |
| 130 | |
| 131 | interface EvaluationFailure { |
| 132 | readonly error: ConfigError |
| 133 | readonly hasInput: boolean |
| 134 | } |
| 135 | |
| 136 | type Evaluator<T> = ( |
| 137 | provider: ConfigProvider.ConfigProvider, |
| 138 | pathPrefix: Path |
| 139 | ) => Effect.Effect<Resolution<T>, EvaluationFailure> |
| 140 | |
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…