Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
8
const
APP_KEY =
'app-US-test'
9
10
function
createTempSystemDir(): string {
11
return
mkdtempSync(join(tmpdir(),
'chatlab-analytics-'
))
12
}
13
14
function
readAnalyticsData(systemDir: string): {
15
firstReportDate?: string | null
Callers
1
analytics.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected