(records: list[dict[str, Any]])
| 369 | shutil.rmtree(path, ignore_errors=True) |
| 370 | else: |
| 371 | path.unlink(missing_ok=True) |
| 372 | except Exception: |
| 373 | # best-effort cleanup only; primary account deletion must still succeed |
| 374 | continue |
| 375 |
nothing calls this directly
no outgoing calls
no test coverage detected