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

Function evaluateAt

packages/effect/src/Config.ts:175–179  ·  view source on GitHub ↗
(
  self: Config<T>,
  provider: ConfigProvider.ConfigProvider,
  pathPrefix: Path
)

Source from the content-addressed store, hash-verified

173}
174
175const evaluateAt = <T>(
176 self: Config<T>,
177 provider: ConfigProvider.ConfigProvider,
178 pathPrefix: Path
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",

Callers 2

Config.tsFile · 0.85
allFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected