MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / createTempSystemDir

Function createTempSystemDir

packages/node-runtime/src/services/analytics.test.ts:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8const APP_KEY = 'app-US-test'
9
10function createTempSystemDir(): string {
11 return mkdtempSync(join(tmpdir(), 'chatlab-analytics-'))
12}
13
14function readAnalyticsData(systemDir: string): {
15 firstReportDate?: string | null

Callers 1

analytics.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected