MCPcopy Index your code
hub / github.com/TanStack/devtools / debugLog

Method debugLog

packages/event-bus-client/src/plugin.ts:109–113  ·  view source on GitHub ↗
(...args: Array<any>)

Source from the content-addressed store, hash-verified

107 }
108
109 private debugLog(...args: Array<any>) {
110 if (this.#debug) {
111 console.log(`🌴 [tanstack-devtools:${this.#pluginId}-plugin]`, ...args)
112 }
113 }
114 private getGlobalTarget() {
115 // server one is the global event target
116 if (

Callers 12

EventClientClass · 0.95
constructorMethod · 0.95
startConnectLoopMethod · 0.95
stopConnectLoopMethod · 0.95
getGlobalTargetMethod · 0.95
emitEventToBusMethod · 0.95
emitMethod · 0.95
onMethod · 0.95
handlerMethod · 0.95
onAllMethod · 0.95
onAllPluginEventsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected