()
| 42 | } |
| 43 | |
| 44 | function removeMeta(): void { |
| 45 | try { |
| 46 | fs.unlinkSync(META_FILE) |
| 47 | } catch { |
| 48 | // already removed, ignore |
| 49 | } |
| 50 | } |
| 51 | |
| 52 | // ── Public types ────────────────────────────────────────────────────── |
| 53 |
no outgoing calls
no test coverage detected