Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/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
}
Callers
12
HighlightedCode.tsx
File · 0.45
renderColorDiff
Function · 0.45
teleportWithProgress
Function · 0.45
renderComponent
Function · 0.45
StatusNotices
Function · 0.45
renderDiffDetail
Function · 0.45
virtualMessageListSearchController.hook.test.tsx
File · 0.45
mountTranscriptMessages
Function · 0.45
usePromptInputFooterController.test.tsx
File · 0.45
promptOverlayContext.test.tsx
File · 0.45
setupTokenHandler
Function · 0.45
doctorHandler
Function · 0.45
Calls
no outgoing calls
Tested by
3
renderComponent
Function · 0.36
renderDiffDetail
Function · 0.36
mountTranscriptMessages
Function · 0.36