| 122 | } |
| 123 | |
| 124 | bool flagDirectionOnLeft(VfoWidget::FlagDir dir) |
| 125 | { |
| 126 | return dir == VfoWidget::ForceLeft || dir == VfoWidget::LockLeft; |
| 127 | } |
| 128 | |
| 129 | bool overlayIsDiversityPairCandidate(const SpectrumWidget::SliceOverlay& overlay) |
| 130 | { |
no outgoing calls
no test coverage detected