Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ increment
Method
increment
packages/effect/src/unstable/cli/Prompt.ts:1973–1975 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1971
1972
class
Day extends DatePart {
1973
increment(): void {
1974
this.date.setDate(this.date.getDate() + 1)
1975
}
1976
1977
decrement(): void {
1978
this.date.setDate(this.date.getDate() - 1)
Callers
2
Number.test.ts
File · 0.45
processUp
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected