| 49 | }; |
| 50 | |
| 51 | enum SwitcherViewPosition |
| 52 | { |
| 53 | SWITCHER_POSITION_LEFT = 0, |
| 54 | SWITCHER_POSITION_CENTER = 1, |
| 55 | SWITCHER_POSITION_RIGHT = 2, |
| 56 | }; |
| 57 | |
| 58 | static constexpr bool view_expired(int view_position) |
| 59 | { |
nothing calls this directly
no outgoing calls
no test coverage detected