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

Method debugLog

packages/event-bus/src/client/client.ts:216–220  ·  view source on GitHub ↗
(...messages: Array<any>)

Source from the content-addressed store, hash-verified

214 return new EventTarget()
215 }
216 private debugLog(...messages: Array<any>) {
217 if (this.#debug) {
218 console.log('🌴 [tanstack-devtools:client-bus]', ...messages)
219 }
220 }
221 private connectSSE() {
222 this.debugLog('Connecting to SSE server')
223 this.#eventSource = new EventSource(

Callers 9

ClientEventBusClass · 0.95
constructorMethod · 0.95
emitToClientsMethod · 0.95
emitToServerMethod · 0.95
startMethod · 0.95
stopMethod · 0.95
connectSSEMethod · 0.95
connectWebSocketMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected