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

Function _temp

src/components/grove/Grove.tsx:349–351  ·  view source on GitHub ↗
(exitState)

Source from the content-addressed store, hash-verified

347 return t14;
348}
349function _temp(exitState) {
350 return exitState.pending ? <Text>Press {exitState.keyName} again to exit</Text> : <Byline><KeyboardShortcutHint shortcut="Enter" action="confirm" /><KeyboardShortcutHint shortcut="Esc" action="cancel" /></Byline>;
351}
352type PrivacySettingsDialogProps = {
353 settings: AccountSettings;
354 domainExcluded?: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected