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

Method constructor

packages/event-bus-client/src/noop.ts:20–29  ·  view source on GitHub ↗
({
    pluginId,
  }: {
    pluginId: string
    debug?: boolean
    reconnectEveryMs?: number
    enabled?: boolean
  })

Source from the content-addressed store, hash-verified

18 #pluginId: string
19
20 constructor({
21 pluginId,
22 }: {
23 pluginId: string
24 debug?: boolean
25 reconnectEveryMs?: number
26 enabled?: boolean
27 }) {
28 this.#pluginId = pluginId
29 }
30
31 getPluginId() {
32 return this.#pluginId

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected