Current question (None if on confirm page)
(&self)
| 149 | |
| 150 | /// Current question (None if on confirm page) |
| 151 | fn current_question(&self) -> Option<&QuestionData> { |
| 152 | self.questions.get(self.current_tab) |
| 153 | } |
| 154 | |
| 155 | /// Total selectable items for current question (options + "Other") |
| 156 | fn total_options(&self) -> usize { |
no test coverage detected