Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
19
export
function
getServerAiLogger(): AiLogger | null {
20
return
logger
21
}
22
23
export
function
closeServerAiLogger(): void {
24
if
(logger) {
Callers
2
execute
Function · 0.90
runServerAgent
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected