(name?: string)
| 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" |
nothing calls this directly
no test coverage detected
searching dependent graphs…