MCPcopy 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
153export function getSystemLogsDir(): string {
154 return path.join(SYSTEM_DIR, 'logs')
155}
156
157function expandHome(filePath: string): string {
158 if (filePath.startsWith('~/') || filePath === '~') {

Callers 2

cli.tsFile · 0.90
runFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected