(&mut self, _msg: Self::Message)
| 96 | } |
| 97 | |
| 98 | fn update(&mut self, _msg: Self::Message) -> ShouldRender { |
| 99 | false |
| 100 | } |
| 101 | |
| 102 | fn change(&mut self, props: Self::Properties) -> bool { |
| 103 | if self.props != props { |
nothing calls this directly
no outgoing calls
no test coverage detected