MCPcopy
hub / github.com/Effect-TS/effect / layer

Function layer

packages/cli/src/internal/cliConfig.ts:32–34  ·  view source on GitHub ↗
(
  config?: Partial<CliConfig.CliConfig>
)

Source from the content-addressed store, hash-verified

30
31/** @internal */
32export const layer = (
33 config?: Partial<CliConfig.CliConfig>
34): Layer.Layer<CliConfig.CliConfig> => Layer.succeed(Tag, make(config))
35
36/** @internal */
37export const normalizeCase = dual<

Callers 1

command.tsFile · 0.70

Calls 1

makeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…