()
| 26 | } |
| 27 | |
| 28 | function getCacheDir(): string { |
| 29 | return process.env['CODEBURN_CACHE_DIR'] ?? join(homedir(), '.cache', 'codeburn') |
| 30 | } |
| 31 | |
| 32 | function getCachePath(): string { |
| 33 | return join(getCacheDir(), CACHE_FILE) |
no outgoing calls
no test coverage detected