MCPcopy
hub / github.com/codeaashu/claude-code / render

Method render

src/components/SentryErrorBoundary.ts:21–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 }
20
21 render(): React.ReactNode {
22 if (this.state.hasError) {
23 return null
24 }
25
26 return this.props.children
27 }
28}
29

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