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

Function config

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

Source from the content-addressed store, hash-verified

92
93/** @internal */
94export const config = <A>(config: Config.Config<A>) => configProviderWith((_) => _.load(config))
95
96/** @internal */
97export const configOrDie = <A>(config: Config.Config<A>) => core.orDie(configProviderWith((_) => _.load(config)))

Callers

nothing calls this directly

Calls 2

configProviderWithFunction · 0.85
loadMethod · 0.65

Tested by

no test coverage detected