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

Function errorLogPath

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

Source from the content-addressed store, hash-verified

207}
208
209function errorLogPath(): string {
210 return join(gstackHome(), ".gbrain-errors.jsonl");
211}
212
213/**
214 * Detect which gbrain engine is active (PGLite vs Supabase) and cache the

Callers 2

logGbrainErrorFunction · 0.85
logErrorContextFunction · 0.85

Calls 1

gstackHomeFunction · 0.70

Tested by

no test coverage detected