Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
HighlightedCode.tsx
File · 0.45
renderColorDiff
Function · 0.45
teleportWithProgress
Function · 0.45
StatusNotices
Function · 0.45
setupTokenHandler
Function · 0.45
doctorHandler
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected