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

Function _temp2

src/components/mcp/MCPToolListView.tsx:135–137  ·  view source on GitHub ↗
(exitState)

Source from the content-addressed store, hash-verified

133 return t8;
134}
135function _temp2(exitState) {
136 return exitState.pending ? <Text>Press {exitState.keyName} again to exit</Text> : <Byline><KeyboardShortcutHint shortcut={"\u2191\u2193"} action="navigate" /><KeyboardShortcutHint shortcut="Enter" action="select" /><ConfigurableShortcutHint action="confirm:no" context="Confirmation" fallback="Esc" description="back" /></Byline>;
137}
138function _temp(s) {
139 return s.mcp.tools;
140}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected