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

Function text

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

Source from the content-addressed store, hash-verified

326
327/** @internal */
328export const text = (
329 options: Prompt.Prompt.TextOptions
330): Prompt.Prompt<string> => basePrompt(options, "text")

Callers

nothing calls this directly

Calls 1

basePromptFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…