| 872 | } |
| 873 | |
| 874 | static bool isTypeCullableBridge(const Ui::ViewportInteraction::InteractionItem type) |
| 875 | { |
| 876 | return (type == Ui::ViewportInteraction::InteractionItem::bridge); |
| 877 | } |
| 878 | |
| 879 | static bool isTypeCullableTrack(const Ui::ViewportInteraction::InteractionItem type) |
| 880 | { |
no outgoing calls
no test coverage detected