Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bombshell-dev/clack
/ changeValue
Method
changeValue
packages/core/src/prompts/select.ts:19–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
}
18
19
private changeValue() {
20
this.value = this._selectedValue.value;
21
}
22
23
constructor(opts: SelectOptions<T>) {
24
super(opts, false);
Callers
1
constructor
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected