Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
export
function
closeServerAiLogger(): void {
24
if
(logger) {
25
logger.close()
26
logger = null
27
}
28
}
Callers
1
stopHttpServer
Function · 0.90
Calls
1
close
Method · 0.65
Tested by
no test coverage detected