()
| 4 | import { getHarness, type HarnessId } from "./harness"; |
| 5 | |
| 6 | export function getDataDir(): string { |
| 7 | return process.env.XDG_DATA_HOME ?? path.join(os.homedir(), ".local", "share"); |
| 8 | } |
| 9 | |
| 10 | /** |
| 11 | * Per-harness scratch directory under the OS temp dir. |
no outgoing calls
no test coverage detected