| 24 | * Grid policy note: callers pass their own `quant`. The app currently uses |
| 25 | * 1e4 (0.1 µm... 100 µm cells) — export grid, masking, validation, repair |
| 26 | * 1e5 (10 µm cells) — subdivision, regularize, displacement |
| 27 | * 1e6 (1 µm cells) — decimation (own packed-BigInt welder) |
| 28 | * Keep a call site's grid unchanged unless you intend to change behaviour. |
| 29 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected