Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChatLab/ChatLab
/ isDebugMode
Function
isDebugMode
apps/desktop/main/ai/logger.ts:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
export
function
isDebugMode(): boolean {
34
return
getInstance().isDebugMode()
35
}
36
37
export
function
logAI(message: string, data?: unknown) {
38
aiLogger.info(
'AI'
, message, data)
Callers
1
executeStream
Method · 0.90
Calls
2
getInstance
Function · 0.85
isDebugMode
Method · 0.80
Tested by
no test coverage detected