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

Function processDown

packages/cli/src/internal/prompt/date.ts:155–160  ·  view source on GitHub ↗
(state: State)

Source from the content-addressed store, hash-verified

153}
154
155function processDown(state: State) {
156 state.dateParts[state.cursor].decrement()
157 return Action.NextFrame({
158 state: { ...state, typed: "" }
159 })
160}
161
162function processCursorLeft(state: State) {
163 const previousPart = state.dateParts[state.cursor].previousPart()

Callers 1

handleProcessFunction · 0.85

Calls 1

decrementMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…