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

Function renderSuccess

src/utils/swarm/It2SetupPrompt.tsx:254–256  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

252 return <Box><Spinner /><Text> Verifying it2 can communicate with iTerm2…</Text></Box>;
253 }
254 function renderSuccess() {
255 return <Box flexDirection="column"><Text color="success">✓ iTerm2 split pane support is ready</Text><Text dimColor={true}>Teammates will now appear as split panes.</Text></Box>;
256 }
257 function renderFailed() {
258 const options_1 = [{
259 label: "Try again",

Callers 1

renderContentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected