MCPcopy Create free account
hub / github.com/codeaashu/claude-code / handleCancel

Function handleCancel

src/commands/memory/memory.tsx:64–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 }
63 };
64 const handleCancel = () => {
65 onDone('Cancelled memory editing', {
66 display: 'system'
67 });
68 };
69 return <Dialog title="Memory" onCancel={handleCancel} color="remember">
70 <Box flexDirection="column">
71 <React.Suspense fallback={null}>

Callers

nothing calls this directly

Calls 1

onDoneFunction · 0.50

Tested by

no test coverage detected