(&mut self, props: Self::Properties)
| 112 | } |
| 113 | |
| 114 | fn change(&mut self, props: Self::Properties) -> bool { |
| 115 | self.props = props; |
| 116 | true |
| 117 | } |
| 118 | |
| 119 | fn view(&self) -> Html { |
| 120 | // open=self.props.open |
nothing calls this directly
no outgoing calls
no test coverage detected