Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
205
function
engineCachePath(): string {
206
return
join(gstackHome(),
".gbrain-engine-cache.json"
);
207
}
208
209
function
errorLogPath(): string {
210
return
join(gstackHome(),
".gbrain-errors.jsonl"
);
Callers
1
detectEngineTier
Function · 0.85
Calls
1
gstackHome
Function · 0.70
Tested by
no test coverage detected