Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChatLab/ChatLab
/ setDebugMode
Function
setDebugMode
apps/desktop/main/ai/logger.ts:29–31 ·
view source on GitHub ↗
(enabled: boolean)
Source
from the content-addressed store, hash-verified
27
}
28
29
export
function
setDebugMode(enabled: boolean): void {
30
getInstance().setDebugMode(enabled)
31
}
32
33
export
function
isDebugMode(): boolean {
34
return
getInstance().isDebugMode()
Callers
1
registerAIHandlers
Function · 0.90
Calls
2
getInstance
Function · 0.85
setDebugMode
Method · 0.80
Tested by
no test coverage detected