| 1 | import assert from "node:assert/strict"; |
| 2 | import { homedir } from "node:os"; |
| 3 | import { join, resolve } from "node:path"; |
| 4 | import { assertAllowedPath, expandHomePath, resolveAllowedPath } from "./roots.js"; |
nothing calls this directly
no test coverage detected