()
| 2604 | existing_points = [p.num for p in existing_points] |
| 2605 | |
| 2606 | def draw_fn() -> list[nm.Point]: |
| 2607 | to_be_intersected = range_fn() |
| 2608 | return nm.reduce(to_be_intersected, existing_points) |
| 2609 | |
| 2610 | rely_on = set() |
| 2611 | for c in clause.constructions: |
nothing calls this directly
no outgoing calls
no test coverage detected