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

Function autoCompleteCursor

packages/effect/src/unstable/cli/Prompt.ts:3088–3089  ·  view source on GitHub ↗
(state: AutoCompleteState)

Source from the content-addressed store, hash-verified

3086}
3087
3088const autoCompleteCursor = (state: AutoCompleteState) =>
3089 Option.getOrElse(Arr.findFirstIndex(state.filtered, (index) => index === state.index), () => 0)
3090
3091const renderSelectOutput = <A>(
3092 leadingSymbol: string,

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected