()
| 833 | } |
| 834 | |
| 835 | [MethodImpl(MethodImplOptions.AggressiveInlining)] |
| 836 | private LocalMinima PopLocalMinima() |
| 837 | { |
| 838 | return _minimaList[_currentLocMin++]; |
| 839 | } |
| 840 | |
| 841 | [MethodImpl(MethodImplOptions.AggressiveInlining)] |
| 842 | public void AddSubject(Path64 path) |
nothing calls this directly
no outgoing calls
no test coverage detected