Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
import
* as os from
'os'
;
24
25
function
gstackHome(): string {
26
return
process.env.GSTACK_HOME || path.join(os.homedir(),
'.gstack'
);
27
}
28
29
function
analyticsDir(): string {
30
return
path.join(gstackHome(),
'analytics'
);
Callers
1
analyticsDir
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected