MCPcopy 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
29export function setDebugMode(enabled: boolean): void {
30 getInstance().setDebugMode(enabled)
31}
32
33export function isDebugMode(): boolean {
34 return getInstance().isDebugMode()

Callers 1

registerAIHandlersFunction · 0.90

Calls 2

getInstanceFunction · 0.85
setDebugModeMethod · 0.80

Tested by

no test coverage detected