MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / isDebugMode

Method isDebugMode

packages/node-runtime/src/ai/ai-logger.ts:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 }
25
26 isDebugMode(): boolean {
27 return this.debugMode
28 }
29
30 debug(category: string, message: string, data?: unknown): void {
31 this.writeLog('DEBUG', category, message, data)

Callers 1

isDebugModeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected