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

Function engineCachePath

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

Source from the content-addressed store, hash-verified

203}
204
205function engineCachePath(): string {
206 return join(gstackHome(), ".gbrain-engine-cache.json");
207}
208
209function errorLogPath(): string {
210 return join(gstackHome(), ".gbrain-errors.jsonl");

Callers 1

detectEngineTierFunction · 0.85

Calls 1

gstackHomeFunction · 0.70

Tested by

no test coverage detected