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

Method constructor

e2e/helpers/src/event-probe/plugin.tsx:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9class EventProbeClient extends EventClient<ProbeEventMap> {
10 constructor() {
11 super({ pluginId: 'event-probe' })
12 }
13}
14
15export const eventProbeClient = new EventProbeClient()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected