Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
addHandlers
Method · 0.95
_scheduleConnectErrorRetry
Method · 0.95
connect
Method · 0.95
emit
Method · 0.95
request
Method · 0.95
initializeSocket
Method · 0.95
Calls
1
debug
Method · 0.80
Tested by
no test coverage detected