(&mut self, props: Self::Properties)
| 53 | } |
| 54 | |
| 55 | fn change(&mut self, props: Self::Properties) -> bool { |
| 56 | self.props = props; |
| 57 | true |
| 58 | } |
| 59 | |
| 60 | fn view(&self) -> Html { |
| 61 | // activeIndex=self.props.active_index |
nothing calls this directly
no outgoing calls
no test coverage detected