(PolyPathBase? parent = null)
| 3501 | public bool IsHole => GetIsHole(); |
| 3502 | |
| 3503 | public PolyPathBase(PolyPathBase? parent = null) { _parent = parent; } |
| 3504 | |
| 3505 | [MethodImpl(MethodImplOptions.AggressiveInlining)] |
| 3506 | private int GetLevel() |
nothing calls this directly
no outgoing calls
no test coverage detected