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

Function processUp

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

Source from the content-addressed store, hash-verified

146}
147
148function processUp(state: State) {
149 state.dateParts[state.cursor].increment()
150 return Action.NextFrame({
151 state: { ...state, typed: "" }
152 })
153}
154
155function processDown(state: State) {
156 state.dateParts[state.cursor].decrement()

Callers 1

handleProcessFunction · 0.85

Calls 1

incrementMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…