MCPcopy Create free account
hub / github.com/TanStack/devtools / constructor

Method constructor

packages/event-bus/tests/client.test.ts:44–47  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

42 onmessage: any = null
43 close = vi.fn()
44 constructor(url: string) {
45 this.url = url
46 mockEventSourceInstances.push(this)
47 }
48 }
49}
50

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected