Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/garrytan/gstack
/ telemetryFile
Function
telemetryFile
browse/src/telemetry.ts:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
function
telemetryFile(): string {
34
return
path.join(analyticsDir(),
'browse-telemetry.jsonl'
);
35
}
36
37
let
lastEnsuredDir: string | null = null;
38
async
function
ensureDir(): Promise<void> {
Callers
1
logTelemetry
Function · 0.85
Calls
1
analyticsDir
Function · 0.85
Tested by
no test coverage detected