MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / State

Interface State

graph-ui/src/components/ErrorBoundary.tsx:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9interface State {
10 hasError: boolean;
11 error: Error | null;
12}
13
14export class ErrorBoundary extends Component<Props, State> {
15 constructor(props: Props) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected