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

Function duration

repos/effect/packages/effect/src/Config.ts:1136–1138  ·  view source on GitHub ↗
(name?: string)

Source from the content-addressed store, hash-verified

1134 *
1135 * ```ts import.meta.vitest
1136 * import { Config, ConfigProvider, Effect } from "effect"
1137 *
1138 * const host = Config.string("HOST")
1139 *
1140 * const provider = ConfigProvider.fromUnknown({ HOST: "localhost" })
1141 * Effect.runSync(host.parse(provider)) // => "localhost"

Callers

nothing calls this directly

Calls 1

schemaFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…