MCPcopy
hub / github.com/bombshell-dev/clack / formattedValue

Method formattedValue

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

Source from the content-addressed store, hash-verified

156 }
157
158 get formattedValue(): string {
159 return this.#format(this.#segmentValues);
160 }
161
162 #format(parts: DateParts): string {
163 return this.#segments.map((s) => parts[s.type]).join(this.#separator);

Callers

nothing calls this directly

Calls 1

#formatMethod · 0.95

Tested by

no test coverage detected