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

Method _value

packages/core/src/prompts/multi-select.ts:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 cursor = 0;
19
20 private get _value(): T['value'] {
21 return this.options[this.cursor].value;
22 }
23
24 private get _enabledOptions(): T[] {
25 return this.options.filter((option) => option.disabled !== true);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected