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

Function _temp

src/components/tasks/RemoteSessionDetailDialog.tsx:775–777  ·  view source on GitHub ↗
(exitState)

Source from the content-addressed store, hash-verified

773 return t20;
774}
775function _temp(exitState) {
776 return exitState.pending ? <Text>Press {exitState.keyName} again to exit</Text> : <Byline><KeyboardShortcutHint shortcut="Enter" action="select" /><KeyboardShortcutHint shortcut="Esc" action="go back" /></Byline>;
777}
778export function RemoteSessionDetailDialog({
779 session,
780 toolUseContext,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected