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

Function text

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

Source from the content-addressed store, hash-verified

1240 }
1241 const initialIndex = getSelectInitialIndex(opts.choices)
1242 return Custom(initialIndex, {
1243 render: handleSelectRender(opts),
1244 process: handleSelectProcess(opts),
1245 clear: handleSelectClear(opts)
1246 })
1247}

Callers 1

listFunction · 0.70

Calls 1

basePromptFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…