(&mut self, props: Self::Properties)
| 127 | } |
| 128 | |
| 129 | fn change(&mut self, props: Self::Properties) -> bool { |
| 130 | self.props = props; |
| 131 | true |
| 132 | } |
| 133 | |
| 134 | fn view(&self) -> Html { |
| 135 | // rows?=self.props.rows |
nothing calls this directly
no outgoing calls
no test coverage detected