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

Function redacted

packages/cli/src/internal/args.ts:274–276  ·  view source on GitHub ↗
(
  config?: Args.Args.BaseArgsConfig
)

Source from the content-addressed store, hash-verified

272
273/** @internal */
274export const redacted = (
275 config?: Args.Args.BaseArgsConfig
276): Args.Args<Redacted.Redacted> => makeSingle(Option.fromNullable(config?.name), InternalPrimitive.redacted)
277
278/** @internal */
279export const secret = (

Callers

nothing calls this directly

Calls 1

makeSingleFunction · 0.70

Tested by

no test coverage detected