(&mut self, props: Self::Properties)
| 33 | } |
| 34 | |
| 35 | fn change(&mut self, props: Self::Properties) -> bool { |
| 36 | self.props = props; |
| 37 | true |
| 38 | } |
| 39 | |
| 40 | fn view(&self) -> Html { |
| 41 | // let children = self |
nothing calls this directly
no outgoing calls
no test coverage detected