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

File ConfigProvider.ts

repos/effect/packages/effect/src/ConfigProvider.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * Data sources used by `Config` to load raw configuration values. A
3 * `ConfigProvider` reads paths from places such as environment variables,
4 * JavaScript objects, `.env` contents, or directories, and returns a uniform

Callers

nothing calls this directly

Calls 14

fromEnvFunction · 0.85
makeOrElseFunction · 0.85
makeSourceFunction · 0.85
parseDotEnvContentsFunction · 0.85
makeValueFunction · 0.85
makeRecordFunction · 0.85
joinMethod · 0.80
catchMethod · 0.80
makeFunction · 0.70
isNotFoundFunction · 0.70
mapMethod · 0.65
pipeMethod · 0.65

Tested by

no test coverage detected