MCPcopy Create free account
hub / github.com/oboard/claude-code-rev / render

Method render

src/components/App.tsx:35–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 console.error(`[restored-app-bootstrap] ${message}`);
34 }
35 override render(): React.ReactNode {
36 if (!this.state.error) {
37 return this.props.children;
38 }
39 return <Box flexDirection="column" paddingX={1}>
40 <Text color="red">Failed to initialize restored app bootstrap.</Text>
41 <Text dimColor>{this.state.error.message || String(this.state.error)}</Text>
42 </Box>;
43 }
44}
45
46/**

Callers 6

renderColorDiffFunction · 0.45
teleportWithProgressFunction · 0.45
StatusNoticesFunction · 0.45
setupTokenHandlerFunction · 0.45
doctorHandlerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected