MCPcopy Create free account
hub / github.com/ShipSecAI/studio / onerror

Method onerror

frontend/src/utils/sse-client.ts:92–94  ·  view source on GitHub ↗
(handler: ((event: Event) => void) | null)

Source from the content-addressed store, hash-verified

90 }
91
92 set onerror(handler: ((event: Event) => void) | null) {
93 this.onerrorHandler = handler;
94 }
95
96 get onerror(): ((event: Event) => void) | null {
97 return this.onerrorHandler;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected