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

Method setValue

packages/cli/src/internal/prompt/date.ts:539–541  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

537 }
538
539 setValue(value: string): void {
540 this.date.setDate(Number.parseInt(value.slice(-2)))
541 }
542
543 toString() {
544 const date = this.date.getDate()

Callers 2

defaultProcessorFunction · 0.45
makeDatePartsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected