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

Method decrement

packages/effect/src/unstable/cli/Prompt.ts:1977–1979  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1975 }
1976
1977 decrement(): void {
1978 this.date.setDate(this.date.getDate() - 1)
1979 }
1980
1981 setValue(value: string): void {
1982 this.date.setDate(Number.parseInt(value.slice(-2)))

Callers 2

Number.test.tsFile · 0.45
processDownFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected