MCPcopy Index your code
hub / github.com/codeaashu/claude-code / handleClose

Function handleClose

src/components/tasks/RemoteSessionDetailDialog.tsx:806–808  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

804 return <ReviewSessionDetail session={session} onDone={onDone} onBack={onBack} onKill={onKill} />;
805 }
806 const handleClose = () => onDone('Remote session details dismissed', {
807 display: 'system'
808 });
809
810 // Component-specific shortcuts shown in UI hints (t=teleport, space=dismiss,
811 // left=back). These are state-dependent actions, not standard dialog keybindings.

Callers 3

ReviewSessionDetailFunction · 0.85
handleKeyDownFunction · 0.85
wireWsEventsMethod · 0.85

Calls 1

onDoneFunction · 0.50

Tested by

no test coverage detected