MCPcopy Create free account
hub / github.com/bombshell-dev/clack / segmentValues

Method segmentValues

packages/core/src/prompts/date.ts:146–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144 }
145
146 get segmentValues(): DateParts {
147 return { ...this.#segmentValues };
148 }
149
150 get segments(): readonly SegmentConfig[] {
151 return this.#segments;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected