MCPcopy Index your code
hub / github.com/agent0ai/agent-zero / debugLog

Method debugLog

webui/js/websocket.js:384–388  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

382 }
383
384 debugLog(...args) {
385 if (this.isDevelopment) {
386 console.debug(`[websocket:${this.namespace}]`, ...args);
387 }
388 }
389
390 async connect() {
391 if (this.connected) return;

Callers 6

addHandlersMethod · 0.95
connectMethod · 0.95
emitMethod · 0.95
requestMethod · 0.95
initializeSocketMethod · 0.95

Calls 1

debugMethod · 0.80

Tested by

no test coverage detected