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

Function redacted

packages/cli/src/internal/options.ts:388–389  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

386
387/** @internal */
388export const redacted = (name: string): Options.Options<Redacted.Redacted> =>
389 makeSingle(name, Arr.empty(), InternalPrimitive.redacted)
390
391/** @internal */
392export const secret = (name: string): Options.Options<Secret.Secret> =>

Callers

nothing calls this directly

Calls 1

makeSingleFunction · 0.70

Tested by

no test coverage detected