MCPcopy Create free account
hub / github.com/ColmapView/Colmapview.github.io / render

Method render

src/components/ErrorBoundary.tsx:157–163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155 }
156
157 render(): ReactNode {
158 if (this.state.hasError) {
159 return this.renderFallback();
160 }
161
162 return this.props.children;
163 }
164}

Callers 1

main.tsxFile · 0.45

Calls 1

renderFallbackMethod · 0.95

Tested by

no test coverage detected