MCPcopy
hub / github.com/bombshell-dev/clack / #refresh

Method #refresh

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

Source from the content-addressed store, hash-verified

164 }
165
166 #refresh() {
167 this._setUserInput(this.#format(this.#segmentValues));
168 this._setValue(toDate(this.#segmentValues) ?? undefined);
169 }
170
171 constructor(opts: DateOptions) {
172 const detected = opts.format

Callers 3

constructorMethod · 0.95
#adjustMethod · 0.95
#onKeyMethod · 0.95

Calls 4

#formatMethod · 0.95
toDateFunction · 0.85
_setUserInputMethod · 0.80
_setValueMethod · 0.80

Tested by

no test coverage detected