MCPcopy Index your code
hub / github.com/garrytan/gstack / gstackHome

Function gstackHome

lib/gstack-memory-helpers.ts:201–203  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199const ENGINE_CACHE_TTL_MS = 60 * 1000;
200
201function gstackHome(): string {
202 return process.env.GSTACK_HOME || join(homedir(), ".gstack");
203}
204
205function engineCachePath(): string {
206 return join(gstackHome(), ".gbrain-engine-cache.json");

Callers 3

engineCachePathFunction · 0.70
errorLogPathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected