MCPcopy
hub / github.com/tinyplex/tinybase / State

Interface State

src/ui-react-inspector/ErrorBoundary.tsx:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9interface State {
10 e: 0 | 1;
11}
12
13export class ErrorBoundary extends PureComponent<Props, State> {
14 constructor(props: Props) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…