MCPcopy
hub / github.com/codeaashu/claude-code / handleSelectChange

Function handleSelectChange

src/components/TeleportStash.tsx:63–69  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

61 }
62 };
63 const handleSelectChange = (value: string) => {
64 if (value === 'stash') {
65 void handleStash();
66 } else {
67 onCancel();
68 }
69 };
70 if (loading) {
71 return <Box flexDirection="column" padding={1}>
72 <Box marginBottom={1}>

Callers

nothing calls this directly

Calls 2

handleStashFunction · 0.85
onCancelFunction · 0.50

Tested by

no test coverage detected