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

Function password

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

Source from the content-addressed store, hash-verified

321
322/** @internal */
323export const password = (
324 options: Prompt.Prompt.TextOptions
325): Prompt.Prompt<Redacted.Redacted> => basePrompt(options, "password").pipe(InternalPrompt.map(Redacted.make))
326
327/** @internal */
328export const text = (

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…