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

Function close

src/components/HelpV2/HelpV2.tsx:30–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 const insideModal = useIsInsideModal();
29
30 const close = () => onClose('Help dialog dismissed', { display: 'system' });
31 useKeybinding('help:dismiss', close, { context: 'Help' });
32 const exitState = useExitOnCtrlCDWithKeybindings(close);
33 const dismissShortcut = useShortcutDisplay('help:dismiss', 'Help', 'esc');

Callers

nothing calls this directly

Calls 1

onCloseFunction · 0.50

Tested by

no test coverage detected