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