MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / closeServerAiLogger

Function closeServerAiLogger

apps/cli/src/ai/logger.ts:23–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21}
22
23export function closeServerAiLogger(): void {
24 if (logger) {
25 logger.close()
26 logger = null
27 }
28}

Callers 1

stopHttpServerFunction · 0.90

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected