MCPcopy
hub / github.com/garrytan/gstack / resolveGstackHome

Function resolveGstackHome

browse/src/config.ts:164–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162 * 2. $HOME/.gstack (default)
163 */
164export function resolveGstackHome(): string {
165 return process.env.GSTACK_HOME || path.join(os.homedir(), '.gstack');
166}
167
168/**
169 * Resolve the Chromium profile directory.

Callers 2

config.test.tsFile · 0.90
resolveChromiumProfileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected