MCPcopy Index your code
hub / github.com/Effect-TS/effect / configOrDie

Function configOrDie

packages/effect/src/internal/defaultServices.ts:97–97  ·  view source on GitHub ↗
(config: Config.Config<A>)

Source from the content-addressed store, hash-verified

95
96/** @internal */
97export const configOrDie = <A>(config: Config.Config<A>) => core.orDie(configProviderWith((_) => _.load(config)))
98
99// circular with Random
100

Callers

nothing calls this directly

Calls 2

configProviderWithFunction · 0.85
loadMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…