MCPcopy Create free account
hub / github.com/Effect-TS/effect / hidden

Function hidden

packages/cli/src/internal/prompt/text.ts:318–320  ·  view source on GitHub ↗
(
  options: Prompt.Prompt.TextOptions
)

Source from the content-addressed store, hash-verified

316
317/** @internal */
318export const hidden = (
319 options: Prompt.Prompt.TextOptions
320): Prompt.Prompt<Redacted.Redacted> => basePrompt(options, "hidden").pipe(InternalPrompt.map(Redacted.make))
321
322/** @internal */
323export const password = (

Callers

nothing calls this directly

Calls 3

basePromptFunction · 0.85
pipeMethod · 0.65
mapMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…