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

Function gbrainConfigPath

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

Source from the content-addressed store, hash-verified

253// from doctor output, so this file is the only reliable source for engine
254// detection on that version. See #1415.
255function gbrainConfigPath(): string {
256 const root = process.env.GBRAIN_HOME || join(homedir(), ".gbrain");
257 return join(root, "config.json");
258}
259
260// Best-effort JSONL append to ~/.gstack/.gbrain-errors.jsonl. Never throws.
261function logGbrainError(kind: string, detail: string): void {

Callers 1

freshDetectEngineTierFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected