MCPcopy 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
29function analyticsDir(): string {
30 return path.join(gstackHome(), 'analytics');
31}
32
33function telemetryFile(): string {
34 return path.join(analyticsDir(), 'browse-telemetry.jsonl');

Callers 2

telemetryFileFunction · 0.85
ensureDirFunction · 0.85

Calls 1

gstackHomeFunction · 0.70

Tested by

no test coverage detected