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

Function getServerAiLogger

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

Source from the content-addressed store, hash-verified

17}
18
19export function getServerAiLogger(): AiLogger | null {
20 return logger
21}
22
23export function closeServerAiLogger(): void {
24 if (logger) {

Callers 2

executeFunction · 0.90
runServerAgentFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected