MCPcopy 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
33export function isDebugMode(): boolean {
34 return getInstance().isDebugMode()
35}
36
37export function logAI(message: string, data?: unknown) {
38 aiLogger.info('AI', message, data)

Callers 1

executeStreamMethod · 0.90

Calls 2

getInstanceFunction · 0.85
isDebugModeMethod · 0.80

Tested by

no test coverage detected