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

Method segmentCursor

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

Source from the content-addressed store, hash-verified

140 inlineError = '';
141
142 get segmentCursor() {
143 return { ...this.#cursor };
144 }
145
146 get segmentValues(): DateParts {
147 return { ...this.#segmentValues };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected