Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChatLab/ChatLab
/ getLogPath
Method
getLogPath
packages/node-runtime/src/ai/ai-logger.ts:53–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
getLogPath(): string {
54
return
this.getLogFilePath()
55
}
56
57
getExistingLogPath(): string | null {
58
if
(this.logFile && fs.existsSync(this.logFile)) {
Callers
1
logger.ts
File · 0.45
Calls
1
getLogFilePath
Method · 0.95
Tested by
no test coverage detected