MCPcopy 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

renderColorDiffFunction · 0.45
teleportWithProgressFunction · 0.45
renderComponentFunction · 0.45
StatusNoticesFunction · 0.45
renderDiffDetailFunction · 0.45
mountTranscriptMessagesFunction · 0.45
setupTokenHandlerFunction · 0.45
doctorHandlerFunction · 0.45

Calls

no outgoing calls

Tested by 3

renderComponentFunction · 0.36
renderDiffDetailFunction · 0.36
mountTranscriptMessagesFunction · 0.36