MCPcopy Create free account
hub / github.com/garrytan/gstack / gstackHome

Function gstackHome

browse/src/telemetry.ts:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23import * as os from 'os';
24
25function gstackHome(): string {
26 return process.env.GSTACK_HOME || path.join(os.homedir(), '.gstack');
27}
28
29function analyticsDir(): string {
30 return path.join(gstackHome(), 'analytics');

Callers 1

analyticsDirFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected