MCPcopy Create free account
hub / github.com/Kilo-Org/cloud /

Class

apps/web/src/lib/trpc/noRetryEventSource.ts:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 */
11export function createNoRetryEventSource(BaseEventSource: EventSourceCtor): EventSourceCtor {
12 return class NoRetryEventSource extends BaseEventSource {
13 constructor(url: string | URL, init?: EventSourceInit) {
14 super(url, init);
15 this.addEventListener('error', () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected