Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/
Class
graph-ui/src/components/ErrorBoundary.tsx:14–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
export class ErrorBoundary extends Component<Props, State> {
15
constructor(props: Props) {
16
super(props);
17
this.state = { hasError: false, error: null };
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected