Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ getSystemLogsDir
Function
getSystemLogsDir
packages/node-runtime/src/node-path-provider.ts:153–155 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
151
}
152
153
export
function
getSystemLogsDir(): string {
154
return
path.join(SYSTEM_DIR,
'logs'
)
155
}
156
157
function
expandHome(filePath: string): string {
158
if
(filePath.startsWith(
'~/'
) || filePath ===
'~'
) {
Callers
2
cli.ts
File · 0.90
run
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected