MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / handleSelectChange

Function handleSelectChange

src/components/ThinkingToggle.tsx:58–65  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

56 );
57
58 function handleSelectChange(value: string): void {
59 const selected = value === 'true';
60 if (isMidConversation && selected !== currentValue) {
61 setConfirmationPending(selected);
62 } else {
63 onSelect(selected);
64 }
65 }
66
67 return (
68 <Pane color="permission">

Callers

nothing calls this directly

Calls 1

onSelectFunction · 0.50

Tested by

no test coverage detected