Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChatLab/ChatLab
/ setDebugMode
Method
setDebugMode
packages/node-runtime/src/ai/ai-logger.ts:22–24 ·
view source on GitHub ↗
(enabled: boolean)
Source
from the content-addressed store, hash-verified
20
}
21
22
setDebugMode(enabled: boolean): void {
23
this.debugMode = enabled
24
}
25
26
isDebugMode(): boolean {
27
return
this.debugMode
Callers
1
setDebugMode
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected