MCPcopy Create free account
hub / github.com/effect-app/libs / hidden

Function hidden

repos/effect/packages/effect/src/unstable/cli/Prompt.ts:976–978  ·  view source on GitHub ↗
(
  options: TextOptions
)

Source from the content-addressed store, hash-verified

974 * @category constructors
975 * @since 4.0.0
976 */
977export const File = (options: FileOptions = {}): Prompt<string> => {
978 const opts: FileOptionsReq = {
979 ...options,
980 type: options.type ?? "file",
981 message: options.message ?? `Choose a file`,

Callers

nothing calls this directly

Calls 3

basePromptFunction · 0.85
pipeMethod · 0.65
mapFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…