Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/garrytan/gstack
/ analyticsDir
Function
analyticsDir
browse/src/telemetry.ts:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
}
28
29
function
analyticsDir(): string {
30
return
path.join(gstackHome(),
'analytics'
);
31
}
32
33
function
telemetryFile(): string {
34
return
path.join(analyticsDir(),
'browse-telemetry.jsonl'
);
Callers
2
telemetryFile
Function · 0.85
ensureDir
Function · 0.85
Calls
1
gstackHome
Function · 0.70
Tested by
no test coverage detected